]> sourceware.org Git - newlib-cygwin.git/commitdiff
Fri Jan 5 19:57:00 EST 2001 Aaron J. Grier <aaron@frye.com>
authorJeff Johnston <jjohnstn@redhat.com>
Sat, 6 Jan 2001 00:59:10 +0000 (00:59 +0000)
committerJeff Johnston <jjohnstn@redhat.com>
Sat, 6 Jan 2001 00:59:10 +0000 (00:59 +0000)
        * src/newlib/configure.host (*-*-rtems*): add printf long long
        support for RTEMS.

newlib/ChangeLog
newlib/configure.host

index f4edee79214553d743e9800bf74c02a4e366516a..9d5df37432480a11730ab62e62932e994cf116d2 100644 (file)
@@ -1,3 +1,8 @@
+Fri Jan  5 19:57:00 EST 2001  Aaron J. Grier  <aaron@frye.com>
+
+       * src/newlib/configure.host (*-*-rtems*): add printf long long
+       support for RTEMS.
+
 2000-12-19  Graham Stott <grahams@redhat.com>
 
         * libc/machine/xscale/memcmp.c (memcmp): Add clobber for "lr".
index 961ef73ac8645b3345fa8d4a835a6b7568dcb23d..0d832e591d468f0f5abe3384bf579996ba214dbb 100644 (file)
@@ -337,7 +337,7 @@ case "${host}" in
 #
 #  NOTE: When newlib malloc uses a semaphore, RTEMS will switch to that.
   *-*-rtems*)
-       newlib_cflags="${newlib_cflags} -DHAVE_GETTIMEOFDAY -DMALLOC_PROVIDED -DEXIT_PROVIDED -DMISSING_SYSCALL_NAMES -DSIGNAL_PROVIDED -DREENTRANT_SYSCALLS_PROVIDED -DHAVE_OPENDIR -DNO_EXEC"
+       newlib_cflags="${newlib_cflags} -DHAVE_GETTIMEOFDAY -DMALLOC_PROVIDED -DEXIT_PROVIDED -DMISSING_SYSCALL_NAMES -DSIGNAL_PROVIDED -DREENTRANT_SYSCALLS_PROVIDED -DHAVE_OPENDIR -DNO_EXEC -DWANT_PRINTF_LONG_LONG"
        ;;
 # VxWorks supplies its own version of malloc, and the newlib one
 # doesn't work because VxWorks does not have sbrk.
This page took 0.044842 seconds and 5 git commands to generate.