diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-01-14 09:12:39 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-01-14 09:12:39 +0000 |
commit | 85d9d80db89a14d7f5aa4912fbd1e690c3d7262f (patch) | |
tree | cf58449db88c3fc91ef718cf158dbd9fc37cc10a | |
parent | ab4e19afc66e13b6aac7429fdce95d2aa7cb15ae (diff) | |
download | busybox-w32-85d9d80db89a14d7f5aa4912fbd1e690c3d7262f.tar.gz busybox-w32-85d9d80db89a14d7f5aa4912fbd1e690c3d7262f.tar.bz2 busybox-w32-85d9d80db89a14d7f5aa4912fbd1e690c3d7262f.zip |
Ensure consistant sort order, sed behavior, etc
-Erik
-rw-r--r-- | Rules.mak | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -52,6 +52,9 @@ TARGET_OS=linux | |||
52 | HOSTCC = gcc | 52 | HOSTCC = gcc |
53 | HOSTCFLAGS= -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer | 53 | HOSTCFLAGS= -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer |
54 | 54 | ||
55 | # Ensure consistent sort order, 'gcc -print-search-dirs' behavior, etc. | ||
56 | LC_ALL:= C | ||
57 | |||
55 | # If you want to add some simple compiler switches (like -march=i686), | 58 | # If you want to add some simple compiler switches (like -march=i686), |
56 | # especially from the command line, use this instead of CFLAGS directly. | 59 | # especially from the command line, use this instead of CFLAGS directly. |
57 | # For optimization overrides, it's better still to set OPTIMIZATION. | 60 | # For optimization overrides, it's better still to set OPTIMIZATION. |