From: Eric Andersen Date: Tue, 14 Jan 2003 09:12:39 +0000 (-0000) Subject: Ensure consistant sort order, sed behavior, etc X-Git-Tag: 1_00_pre1~235 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=85d9d80db89a14d7f5aa4912fbd1e690c3d7262f;p=oweals%2Fbusybox.git Ensure consistant sort order, sed behavior, etc -Erik --- diff --git a/Rules.mak b/Rules.mak index e12d4f694..24c89ce59 100644 --- 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.