summaryrefslogtreecommitdiff
path: root/make-host-1.sh
diff options
context:
space:
mode:
authorChristophe Rhodes <csr21@cam.ac.uk>2005-05-08 15:55:06 +0000
committerChristophe Rhodes <csr21@cam.ac.uk>2005-05-08 15:55:06 +0000
commit3273f8edb6c40ed9e046c807b0f1d1ff42bb9a35 (patch)
tree5de364b439e56f02b4d3414c43e29a5bdd1d3d56 /make-host-1.sh
parent8d490a4d6b9d7f156cf503826b3e3195e6f3ad39 (diff)
0.9.0.26:
More build fixes ... for our non-8859-1 friends, explicitly request the C locale while building. ... running the tests (and indeed starting up the new sbcl) in unknown locales will fail instantly, but that's probably less annoying than having the build fail at cold-init time. ... probably stdin/out/err should fall back to ascii external format if all else fails
Diffstat (limited to 'make-host-1.sh')
-rw-r--r--make-host-1.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/make-host-1.sh b/make-host-1.sh
index 609341958..cf3e2160b 100644
--- a/make-host-1.sh
+++ b/make-host-1.sh
@@ -15,6 +15,9 @@
echo //entering make-host-1.sh
+LANG=C
+export LANG
+
# Compile and load the cross-compiler. (We load it here not because we're
# about to use it, but because it's written under the assumption that each
# file will be loaded before the following file is compiled.)