diff options
Diffstat (limited to 'scripts/mkcompile_h')
-rwxr-xr-x | scripts/mkcompile_h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mkcompile_h b/scripts/mkcompile_h index d7b8a384b4a7..82d0af46f0ef 100755 --- a/scripts/mkcompile_h +++ b/scripts/mkcompile_h | |||
@@ -58,7 +58,7 @@ UTS_TRUNCATE="sed -e s/\(.\{1,$UTS_LEN\}\).*/\1/" | |||
58 | echo \#define LINUX_COMPILE_DOMAIN | 58 | echo \#define LINUX_COMPILE_DOMAIN |
59 | fi | 59 | fi |
60 | 60 | ||
61 | echo \#define LINUX_COMPILER \"`$CC -v 2>&1 | tail -n 1`\" | 61 | echo \#define LINUX_COMPILER \"`LC_ALL=C LANG=C $CC -v 2>&1 | tail -n 1`\" |
62 | ) > .tmpcompile | 62 | ) > .tmpcompile |
63 | 63 | ||
64 | # Only replace the real compile.h if the new one is different, | 64 | # Only replace the real compile.h if the new one is different, |