X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make.sh;h=6d66d639f0a01446983847ca573226367f9e7a77;hb=eaa8a506790bb6ed627da617247bfd13802eb365;hp=35cb61d084b20cfd12537df3da35f573b245afa9;hpb=5e291412ff095a2016388eee8ac265e12d565119;p=sbcl.git diff --git a/make.sh b/make.sh index 35cb61d..6d66d63 100755 --- a/make.sh +++ b/make.sh @@ -52,10 +52,13 @@ # whether the cross-compilation host returns suitable values from # UPGRADED-ARRAY-ELEMENT-TYPE?) +LANG=C +export LANG + build_started=`date` echo "//starting build: $build_started" -SBCL_XC_HOST="${1:-sbcl --disable-debugger}" +SBCL_XC_HOST="${1:-sbcl --disable-debugger --userinit /dev/null --sysinit /dev/null}" export SBCL_XC_HOST echo //SBCL_XC_HOST=\"$SBCL_XC_HOST\"