From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 48720 invoked by alias); 2 Nov 2017 08:28:18 -0000 Mailing-List: contact newlib-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: newlib-cvs-owner@sourceware.org Received: (qmail 21019 invoked by uid 9078); 2 Nov 2017 08:27:59 -0000 Date: Thu, 02 Nov 2017 08:28:00 -0000 Message-ID: <20171102082759.21011.qmail@sourceware.org> Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Corinna Vinschen To: newlib-cvs@sourceware.org Subject: [newlib-cygwin] newlib/configure.host: Remove obsolete definition of _I386MACH_ALLOW_HW_INTERRUPTS X-Act-Checkin: newlib-cygwin X-Git-Author: Joel Sherrill X-Git-Refname: refs/heads/master X-Git-Oldrev: ce189d8afef720b0977b5cae7f9eabf5d49b530c X-Git-Newrev: 076ce7098f5806bf29ff0ba0dbeba4f335786b3c X-SW-Source: 2017-q4/txt/msg00014.txt.bz2 https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=076ce7098f5806bf29ff0ba0dbeba4f335786b3c commit 076ce7098f5806bf29ff0ba0dbeba4f335786b3c Author: Joel Sherrill Date: Fri Oct 27 16:32:39 2017 -0500 newlib/configure.host: Remove obsolete definition of _I386MACH_ALLOW_HW_INTERRUPTS The *-*-rtems* targets defined this even though the conditional was no longer present in i386/setjmp.S. Diff: --- newlib/configure.host | 2 -- 1 file changed, 2 deletions(-) diff --git a/newlib/configure.host b/newlib/configure.host index ba2d8c6..fb3362b 100644 --- a/newlib/configure.host +++ b/newlib/configure.host @@ -608,8 +608,6 @@ case "${host}" in newlib_cflags="${newlib_cflags} -DCLOCK_PROVIDED -DMALLOC_PROVIDED -DEXIT_PROVIDED -DSIGNAL_PROVIDED -DREENTRANT_SYSCALLS_PROVIDED -DHAVE_NANOSLEEP -DHAVE_BLKSIZE -DHAVE_FCNTL -DHAVE_ASSERT_FUNC" # turn off unsupported items in posix directory newlib_cflags="${newlib_cflags} -D_NO_GETLOGIN -D_NO_GETPWENT -D_NO_GETUT -D_NO_GETPASS -D_NO_SIGSET -D_NO_WORDEXP -D_NO_POPEN -D_NO_POSIX_SPAWN" - # turn off using cli/sti in i386 setjmp/longjmp - newlib_cflags="${newlib_cflags} -D_I386MACH_ALLOW_HW_INTERRUPTS" ;; # VxWorks supplies its own version of malloc, and the newlib one # doesn't work because VxWorks does not have sbrk.