summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2014-12-03 15:14:57 +0100
committerGerd Hoffmann <kraxel@redhat.com>2014-12-03 15:15:02 +0100
commite5f43384be5cf5983f03e3f4c1cb7bbeaba2af3f (patch)
treec3de843245079b05da27f430ac68be2d866a030e /Makefile
parentb7f4a76a929ce4acd60e89aa273a8b208daa8233 (diff)
downloadqemu-seabios-e5f43384be5cf5983f03e3f4c1cb7bbeaba2af3f.tar.gz
build: set LC_ALL=C
Avoids tools such as layoutrom stumble over localized messages. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Tested-By: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index eecb8a1..1cff1d0 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,7 @@ export HOSTCC := $(CC)
export CONFIG_SHELL := sh
export KCONFIG_AUTOHEADER := autoconf.h
export KCONFIG_CONFIG := $(CURDIR)/.config
+export LC_ALL := C
CROSS_PREFIX=
ifneq ($(CROSS_PREFIX),)
CC=$(CROSS_PREFIX)gcc