]> sourceware.org Git - newlib-cygwin.git/commitdiff
2006-06-07 Fred Fish <fnf@specifix.com>
authorJeff Johnston <jjohnstn@redhat.com>
Wed, 7 Jun 2006 19:20:04 +0000 (19:20 +0000)
committerJeff Johnston <jjohnstn@redhat.com>
Wed, 7 Jun 2006 19:20:04 +0000 (19:20 +0000)
        * configure.host: Remove references to HAVE_GETTIMEOFDAY.

newlib/ChangeLog
newlib/configure.host

index 2d8911a8424169cfa6ca2c7d121d64f5d039e9a2..e06db05bec4bbe2dd84beec04aac79c5e371fc16 100644 (file)
@@ -1,3 +1,7 @@
+2006-06-07  Fred Fish  <fnf@specifix.com>
+
+       * configure.host: Remove references to HAVE_GETTIMEOFDAY.
+
 2006-06-05  Shaun Jackman  <sjackman@gmail.com>
 
        * libc/posix/Makefile.am (GENERAL_SOURCES): Add sleep.c and
index 8fd0bb9ea088a89f7198b6c35d2b4a1e2a2ca344..aaddc77b5a069915c0cdede951b0d5def65c4084 100644 (file)
@@ -493,7 +493,7 @@ case "${host}" in
 #  NOTE: When newlib malloc uses a semaphore, RTEMS will switch to that.
   *-*-rtems*)
        default_newlib_io_long_long="yes"
-       newlib_cflags="${newlib_cflags} -DHAVE_GETTIMEOFDAY -DMALLOC_PROVIDED -DEXIT_PROVIDED -DMISSING_SYSCALL_NAMES -DSIGNAL_PROVIDED -DREENTRANT_SYSCALLS_PROVIDED -DHAVE_OPENDIR -DNO_EXEC -DHAVE_FCNTL"
+       newlib_cflags="${newlib_cflags} -DMALLOC_PROVIDED -DEXIT_PROVIDED -DMISSING_SYSCALL_NAMES -DSIGNAL_PROVIDED -DREENTRANT_SYSCALLS_PROVIDED -DHAVE_OPENDIR -DNO_EXEC -DHAVE_FCNTL"
        ;;
 # VxWorks supplies its own version of malloc, and the newlib one
 # doesn't work because VxWorks does not have sbrk.
@@ -510,11 +510,9 @@ case "${host}" in
        ;;
   arm-*-pe)
        syscall_dir=syscalls
-       newlib_cflags="${newlib_cflags} -DHAVE_GETTIMEOFDAY"
        ;;
   arm-*-*)
        syscall_dir=syscalls
-       newlib_cflags="${newlib_cflags} -DHAVE_GETTIMEOFDAY"
 # If newlib is supplying syscalls, select which debug protocol is being used.
 # ARM_RDP_MONITOR selects the Demon monitor.
 # ARM_RDI_MONITOR selects the Angel monitor.
@@ -536,7 +534,7 @@ case "${host}" in
        ;;
   cris-*-* | crisv32-*-*)
        default_newlib_io_long_long="yes"
-       newlib_cflags="${newlib_cflags} -DHAVE_RENAME -DHAVE_GETTIMEOFDAY -D_USE_WRITE -DCOMPACT_CTYPE"
+       newlib_cflags="${newlib_cflags} -DHAVE_RENAME -D_USE_WRITE -DCOMPACT_CTYPE"
        syscall_dir=syscalls
        ;;
   crx-*-*)
@@ -553,7 +551,6 @@ case "${host}" in
        ;;
   ep9312-*-*)
        syscall_dir=syscalls
-       newlib_cflags="${newlib_cflags} -DHAVE_GETTIMEOFDAY"
        if [ "x${newlib_may_supply_syscalls}" = "xyes" ] ; then
          newlib_cflags="${newlib_cflags} -DARM_RDI_MONITOR"
        fi
@@ -641,14 +638,13 @@ case "${host}" in
        ;;
   sh*-*-*)
        default_newlib_io_long_long="yes"
-       newlib_cflags="${newlib_cflags} -DHAVE_GETTIMEOFDAY"
        syscall_dir=syscalls
        ;;
   sparc-sun-sunos*)
        newlib_cflags="${newlib_cflags} -DSIGNAL_PROVIDED"
        ;;
   sparc64-*-*)
-       newlib_cflags="${newlib_cflags} -DREENTRANT_SYSCALLS_PROVIDED -DHAVE_BLKSIZE -DHAVE_GETTIMEOFDAY -DHAVE_FCNTL"
+       newlib_cflags="${newlib_cflags} -DREENTRANT_SYSCALLS_PROVIDED -DHAVE_BLKSIZE -DHAVE_FCNTL"
        # This either belongs elsewhere or nowhere. But I need *something*,
        # so for now it's here ...
        case "${host_os}" in
@@ -660,16 +656,13 @@ case "${host}" in
        ;;
   strongarm-*-*)
        syscall_dir=syscalls
-       newlib_cflags="${newlib_cflags} -DHAVE_GETTIMEOFDAY"
        ;;
   thumb-*-pe)
        syscall_dir=syscalls
-       newlib_cflags="${newlib_cflags} -DHAVE_GETTIMEOFDAY"
 # Don't use the debugging protocols just yet.
        ;;
   thumb-*-*)
        syscall_dir=syscalls
-       newlib_cflags="${newlib_cflags} -DHAVE_GETTIMEOFDAY"
 # If newlib is supplying syscalls, select which debug protocol is being used.
 # ARM_RDP_MONITOR selects the Demon monitor.
 # ARM_RDI_MONITOR selects the Angel monitor.
@@ -700,14 +693,12 @@ case "${host}" in
        ;;      
   xscale-*-*)
        syscall_dir=syscalls
-       newlib_cflags="${newlib_cflags} -DHAVE_GETTIMEOFDAY"
        newlib_cflags="${newlib_cflags} -DHAVE_SYSTEM -DHAVE_RENAME"
        if [ "x${newlib_may_supply_syscalls}" = "xyes" ] ; then
          newlib_cflags="${newlib_cflags} -DARM_RDI_MONITOR"
        fi
        ;;
   xstormy16-*-*)
-       newlib_cflags="${newlib_cflags} -DHAVE_GETTIMEOFDAY"
        syscall_dir=syscalls
        ;;
   z8k-*-*)
This page took 0.043808 seconds and 5 git commands to generate.