X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=make-host-2.sh;h=ae5ae3d1f18ed0b42bb4d316f7b529ed24d72cdf;hb=ed047145d89fba3bd7d44f00be957afedeafcbae;hp=6f7faefa6d9280291d303e9e0a9a073022dab041;hpb=8902b8b6bd2e9285749dd39d313b33b6c69c5213;p=sbcl.git diff --git a/make-host-2.sh b/make-host-2.sh index 6f7faef..ae5ae3d 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 @@ -71,6 +74,7 @@ $SBCL_XC_HOST <<-'EOF' || exit 1 (safety 2) (space 1) (speed 2) + (sb!c:insert-step-conditions 0) (sb!c::stack-allocate-dynamic-extent 3))))) (compile 'proclaim-target-optimization) (defun in-target-cross-compilation-mode (fun)