summaryrefslogtreecommitdiff
path: root/make-host-2.sh
diff options
context:
space:
mode:
authorAlexey Dejneka <adejneka@comail.ru>2004-09-13 05:40:27 +0000
committerAlexey Dejneka <adejneka@comail.ru>2004-09-13 05:40:27 +0000
commit8902b8b6bd2e9285749dd39d313b33b6c69c5213 (patch)
tree2c5e745e00f037bfc9c1ecfd16371bce58217c77 /make-host-2.sh
parentb1c7011c1f5d50b9821c07db75b1d5c3c6881062 (diff)
sbcl-0.8.14.11:
* Merge DX sbcl-0-8-13-dx branch. * Out-of-line VALUES does not cons. * Forbid loading of initialization files in foreign.test.sh.
Diffstat (limited to 'make-host-2.sh')
-rw-r--r--make-host-2.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/make-host-2.sh b/make-host-2.sh
index c3595959e..6f7faefa6 100644
--- a/make-host-2.sh
+++ b/make-host-2.sh
@@ -70,7 +70,8 @@ $SBCL_XC_HOST <<-'EOF' || exit 1
;; stuff (e.g. %DETECT-STACK-EXHAUSTION in sbcl-0.7.2).
(safety 2)
(space 1)
- (speed 2)))))
+ (speed 2)
+ (sb!c::stack-allocate-dynamic-extent 3)))))
(compile 'proclaim-target-optimization)
(defun in-target-cross-compilation-mode (fun)
"Call FUN with everything set up appropriately for cross-compiling