X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make-host-2.sh;h=5d0fdf159e43718f0599ed5c637448febddc405d;hb=b062a0cffdc3e1706a67c487d2bc5e406c104893;hp=637914a65f6e9769eaf7d1fee0871a499837d356;hpb=bcbbce86c47a1c530d488c7876a453100fcd933e;p=sbcl.git diff --git a/make-host-2.sh b/make-host-2.sh index 637914a..5d0fdf1 100644 --- a/make-host-2.sh +++ b/make-host-2.sh @@ -76,8 +76,6 @@ $SBCL_XC_HOST <<-'EOF' || exit 1 ;; redefine our functions anyway; and developers can ;; fend for themselves.) #!-sb-fluid (sb!ext:*derive-function-types* t) - ;; FIXME: *TOPLEVEL-LAMBDA-MAX* should go away altogether. - (sb!c::*toplevel-lambda-max* 1) ;; Let the target know that we're the cross-compiler. (*features* (cons :sb-xc *features*)) ;; We need to tweak the readtable..