From 971a9ba76f12aad489d3b2055d6d320af167d281 Mon Sep 17 00:00:00 2001 From: s situert Date: Wed, 14 Feb 2007 00:32:55 -0800 Subject: [PATCH] --- yaml --- r: 48309 b: refs/heads/master c: 895a39a084e5478121a74752a291165c4502378f h: refs/heads/master i: 48307: a780e9c460f007098f006be142d19cec5ef724a8 v: v3 --- [refs] | 2 +- trunk/scripts/mkcompile_h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 56e015677bdd..6895690701ba 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8c7e4498adfdb4aea5a0d056590ec18d099ba062 +refs/heads/master: 895a39a084e5478121a74752a291165c4502378f diff --git a/trunk/scripts/mkcompile_h b/trunk/scripts/mkcompile_h index d7b8a384b4a7..82d0af46f0ef 100755 --- a/trunk/scripts/mkcompile_h +++ b/trunk/scripts/mkcompile_h @@ -58,7 +58,7 @@ UTS_TRUNCATE="sed -e s/\(.\{1,$UTS_LEN\}\).*/\1/" echo \#define LINUX_COMPILE_DOMAIN fi - echo \#define LINUX_COMPILER \"`$CC -v 2>&1 | tail -n 1`\" + echo \#define LINUX_COMPILER \"`LC_ALL=C LANG=C $CC -v 2>&1 | tail -n 1`\" ) > .tmpcompile # Only replace the real compile.h if the new one is different,