projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab4e19a
)
Ensure consistant sort order, sed behavior, etc
author
Eric Andersen
<andersen@codepoet.org>
Tue, 14 Jan 2003 09:12:39 +0000
(09:12 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Tue, 14 Jan 2003 09:12:39 +0000
(09:12 -0000)
-Erik
Rules.mak
patch
|
blob
|
history
diff --git
a/Rules.mak
b/Rules.mak
index e12d4f694925190b3bf23c30eb533aed74c9204d..24c89ce59df6e8321dd7b8011580c0d9d1ec26ff 100644
(file)
--- a/
Rules.mak
+++ b/
Rules.mak
@@
-52,6
+52,9
@@
TARGET_OS=linux
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.