diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2001-01-06 00:59:10 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2001-01-06 00:59:10 +0000 |
commit | 7d6d33d4097846ca1995012e4e5186fcf2df6556 (patch) | |
tree | d63304ed7927e2d3cbea29dc5c527de80e1024aa | |
parent | 8ab24014147c3ff7de4e3e254b8bfec8b05b778f (diff) | |
download | cygnal-7d6d33d4097846ca1995012e4e5186fcf2df6556.tar.gz cygnal-7d6d33d4097846ca1995012e4e5186fcf2df6556.tar.bz2 cygnal-7d6d33d4097846ca1995012e4e5186fcf2df6556.zip |
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.
-rw-r--r-- | newlib/ChangeLog | 5 | ||||
-rw-r--r-- | newlib/configure.host | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index f4edee792..9d5df3743 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -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". diff --git a/newlib/configure.host b/newlib/configure.host index 961ef73ac..0d832e591 100644 --- a/newlib/configure.host +++ b/newlib/configure.host @@ -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. |