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 /newlib/configure.host | |
parent | 8ab24014147c3ff7de4e3e254b8bfec8b05b778f (diff) | |
download | newlib-7d6d33d4097846ca1995012e4e5186fcf2df6556.zip newlib-7d6d33d4097846ca1995012e4e5186fcf2df6556.tar.gz newlib-7d6d33d4097846ca1995012e4e5186fcf2df6556.tar.bz2 |
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.
Diffstat (limited to 'newlib/configure.host')
-rw-r--r-- | newlib/configure.host | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/configure.host b/newlib/configure.host index 961ef73..0d832e5 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. |