[BusyBox-cvs] busybox Rules.mak,1.12,1.13

Erik Andersen andersen at codepoet.org
Tue Jan 14 09:12:43 UTC 2003


Update of /var/cvs/busybox
In directory winder:/tmp/cvs-serv13179

Modified Files:
	Rules.mak 
Log Message:
Ensure consistant sort order, sed behavior, etc
 -Erik


Index: Rules.mak
===================================================================
RCS file: /var/cvs/busybox/Rules.mak,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Rules.mak	16 Dec 2002 21:55:39 -0000	1.12
+++ Rules.mak	14 Jan 2003 09:12:39 -0000	1.13
@@ -52,6 +52,9 @@
 HOSTCC    = gcc
 HOSTCFLAGS= -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer
 
+# Ensure consistent sort order, 'gcc -print-search-dirs' behavior, etc. 
+LC_ALL:= C
+
 # If you want to add some simple compiler switches (like -march=i686),
 # especially from the command line, use this instead of CFLAGS directly.
 # For optimization overrides, it's better still to set OPTIMIZATION.




More information about the busybox-cvs mailing list