This is the mail archive of the newlib@sources.redhat.com mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Committed, CRIS: default_newlib_io_long_long="yes".


I noticed that %lld was broken while working with the libffi
port.  Committed.

	* configure.host <cris-*-* | crisv32-*-*>: Set
	default_newlib_io_long_long="yes".

Index: configure.host
===================================================================
RCS file: /cvs/src/src/newlib/configure.host,v
retrieving revision 1.71
diff -u -p -r1.71 configure.host
--- configure.host	23 Mar 2005 18:09:57 -0000	1.71
+++ configure.host	18 Apr 2005 02:48:43 -0000
@@ -510,6 +510,7 @@ case "${host}" in
 	newlib_cflags="${newlib_cflags} -DNO_EXEC -DSMALL_MEMORY -DMISSING_SYSCALL_NAMES"
 	;;
   cris-*-* | crisv32-*-*)
+	default_newlib_io_long_long="yes"
 	newlib_cflags="${newlib_cflags} -DHAVE_RENAME -DHAVE_GETTIMEOFDAY -D_USE_WRITE -DCOMPACT_CTYPE"
 	syscall_dir=syscalls
 	;;

brgds, H-P


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]