X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make-host-2.sh;h=580af2f55182f416d0107f596e210b533c3abd45;hb=b03ad9b03a3cfec37db9bf6bb0912725959335e3;hp=cbbfabed99aed40b8fabbc1e2ce8efbc065f33a9;hpb=8a8a8922802460741d6f8f6c11d71b1f414cf3a7;p=sbcl.git diff --git a/make-host-2.sh b/make-host-2.sh index cbbfabe..580af2f 100644 --- a/make-host-2.sh +++ b/make-host-2.sh @@ -15,6 +15,9 @@ echo //entering make-host-2.sh +LANG=C +export LANG + # In some cases, a debugging build of the system will creates a core # file output/after-xc.core in the next step. In cases where it # doesn't, it's confusing and basically useless to have any old copies @@ -133,6 +136,7 @@ $SBCL_XC_HOST <<-'EOF' || exit 1 #+clisp (ext:saveinitmem "output/after-xc.core")) #+cmu (ext:quit) #+clisp (ext:quit) + #+abcl (ext:quit) EOF # Run GENESIS (again) in order to create cold-sbcl.core. (The first