From 7d6d33d4097846ca1995012e4e5186fcf2df6556 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Sat, 6 Jan 2001 00:59:10 +0000 Subject: [PATCH] Fri Jan 5 19:57:00 EST 2001 Aaron J. Grier * src/newlib/configure.host (*-*-rtems*): add printf long long support for RTEMS. --- newlib/ChangeLog | 5 +++++ newlib/configure.host | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 + + * src/newlib/configure.host (*-*-rtems*): add printf long long + support for RTEMS. + 2000-12-19 Graham Stott * 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.