X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make-config.sh;h=6075913435d37c013d95b623c7ce2f3d73c82c24;hb=1f03c7f326823245708a84af86b31ac72bdb1742;hp=fa4768e618de9832404a1f8cff0cfc772f114e2f;hpb=305c519d047b4d265a375cd930ce187db8385e5c;p=sbcl.git diff --git a/make-config.sh b/make-config.sh index fa4768e..6075913 100644 --- a/make-config.sh +++ b/make-config.sh @@ -160,9 +160,12 @@ case "$sbcl_os" in # If you add other platforms here, don't forget to edit # src/runtime/Config.foo-linux too. case "$sbcl_arch" in - x86 | mips) - printf ' :largefile' >> $ltf - ;; + mips) + printf ' :largefile' >> $ltf + ;; + x86 | x86-64) + printf ' :sb-thread :largefile' >> $ltf + ;; esac if [ $sbcl_arch = "x86-64" ]; then