X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make-config.sh;h=3ceb7584bc7c853dddf2d851e6ee26192e96a3b4;hb=70769503c505c22bddef3bc7885b91b9d503607f;hp=131f6fe3da58aed7b55d6ce3d5079f647b7bcd10;hpb=babd45f7788c2f50c9d6193c1c7108e0a6b3a547;p=sbcl.git diff --git a/make-config.sh b/make-config.sh index 131f6fe..3ceb758 100644 --- a/make-config.sh +++ b/make-config.sh @@ -204,6 +204,8 @@ elif [ "$sbcl_arch" = "x86-64" ]; then printf ' :gencgc :stack-grows-downward-not-upward :c-stack-is-control-stack :linkage-table' >> $ltf printf ' :stack-allocatable-closures' >> $ltf elif [ "$sbcl_arch" = "mips" ]; then + printf ' :linkage-table' >> $ltf + printf ' :stack-allocatable-closures' >> $ltf # Use a little C program to try to guess the endianness. Ware # cross-compilers! #