aboutsummaryrefslogtreecommitdiffstats
path: root/stubdom/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-08-28 09:55:40 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-08-28 09:55:40 +0100
commitf78e4ead532753d80bbe051501892892800b4c2d (patch)
treee4b27258b757932bd3ff54ef41211cad9942d60d /stubdom/Makefile
parent85a85762175eb5aa305d58892d950b413f97cc08 (diff)
downloadxen-f78e4ead532753d80bbe051501892892800b4c2d.tar.gz
xen-f78e4ead532753d80bbe051501892892800b4c2d.tar.bz2
xen-f78e4ead532753d80bbe051501892892800b4c2d.zip
stubdom: add LANG=C for 'gcc -print-search-dirs'
Prevents unwanted localisation of pretty-printing. Signed-off-by: Akio Takebe <takebe_akio@jp.fujitsu.com>
Diffstat (limited to 'stubdom/Makefile')
-rw-r--r--stubdom/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/stubdom/Makefile b/stubdom/Makefile
index 817d6f5863..b94c4422a8 100644
--- a/stubdom/Makefile
+++ b/stubdom/Makefile
@@ -53,7 +53,7 @@ TARGET_CFLAGS += $(call cc-option,$(CC),-fno-stack-protector,)
TARGET_CFLAGS += $(call cc-option,$(CC),-fno-stack-protector-all,)
# Do not use host headers and libs
-GCC_INSTALL = $(shell gcc -print-search-dirs | sed -n -e 's/install: \(.*\)/\1/p')
+GCC_INSTALL = $(shell LANG=C gcc -print-search-dirs | sed -n -e 's/install: \(.*\)/\1/p')
TARGET_CPPFLAGS += -U __linux__ -U __FreeBSD__ -U __sun__
TARGET_CPPFLAGS += -nostdinc
TARGET_CPPFLAGS += -isystem $(CURDIR)/$(MINI_OS)/include/posix