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: Use -DCOMPACT_CTYPE for cris-*-*, crisv32-*-*


See previous post.

2005-03-17  Hans-Peter Nilsson  <hp@axis.com>

	* configure.host (newlib_cflags) <cris-*-*, crisv32-*-*>: Add
	-DCOMPACT_CTYPE.

Index: configure.host
===================================================================
RCS file: /cvs/src/src/newlib/configure.host,v
retrieving revision 1.67
diff -p -c -u -p -r1.67 configure.host
--- configure.host	27 Jan 2005 23:54:42 -0000	1.67
+++ configure.host	17 Mar 2005 02:19:04 -0000
@@ -506,7 +506,7 @@ case "${host}" in
 	newlib_cflags="${newlib_cflags} -DNO_EXEC -DSMALL_MEMORY -DMISSING_SYSCALL_NAMES"
 	;;
   cris-*-* | crisv32-*-*)
-	newlib_cflags="${newlib_cflags} -DHAVE_RENAME -DHAVE_GETTIMEOFDAY -D_USE_WRITE"
+	newlib_cflags="${newlib_cflags} -DHAVE_RENAME -DHAVE_GETTIMEOFDAY -D_USE_WRITE -DCOMPACT_CTYPE"
 	syscall_dir=syscalls
 	;;
   crx-*-*)

brgds, H-P


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