diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2014-12-03 15:14:57 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2014-12-03 15:15:02 +0100 |
commit | e5f43384be5cf5983f03e3f4c1cb7bbeaba2af3f (patch) | |
tree | c3de843245079b05da27f430ac68be2d866a030e /Makefile | |
parent | b7f4a76a929ce4acd60e89aa273a8b208daa8233 (diff) | |
download | 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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |