From 7d6d33d4097846ca1995012e4e5186fcf2df6556 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Sat, 6 Jan 2001 00:59:10 +0000 Subject: Fri Jan 5 19:57:00 EST 2001 Aaron J. Grier * src/newlib/configure.host (*-*-rtems*): add printf long long support for RTEMS. --- newlib/configure.host | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newlib/configure.host') 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. -- cgit v1.2.3