X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=inline;f=make-config.sh;h=1b862045063702d7f805342ee993fa1245581dbc;hb=fe6da9f355488152649de48885b96205043c0f82;hp=f804496110a3f4aac0ab4d04a338b40ca57f3785;hpb=ad096f09fb631331f584121bfe5ee3bfc7f1f951;p=sbcl.git diff --git a/make-config.sh b/make-config.sh index f804496..1b86204 100644 --- a/make-config.sh +++ b/make-config.sh @@ -478,7 +478,7 @@ case "$sbcl_os" in printf ' :freebsd' >> $ltf printf ' :gcc-tls' >> $ltf if [ $sbcl_arch = "x86" ]; then - printf ' :restore-tls-segment-register-from-context' >> $ltf + printf ' :restore-fs-segment-register-from-tls' >> $ltf fi link_or_copy Config.$sbcl_arch-freebsd Config ;; @@ -526,9 +526,21 @@ case "$sbcl_os" in ;; win32) printf ' :win32' >> $ltf + # + # Optional features -- We enable them by default, but the build + # ought to work perfectly without them: + # printf ' :sb-futex' >> $ltf printf ' :sb-qshow' >> $ltf + # + # Required features -- Some of these used to be optional, but + # building without them is no longer considered supported: + # + # (Of course it doesn't provide dlopen, but there is + # roughly-equivalent magic nevertheless:) + printf ' :sb-dynamic-core :os-provides-dlopen' >> $ltf printf ' :sb-thread :sb-safepoint :sb-thruption :sb-wtimer' >> $ltf + # link_or_copy Config.$sbcl_arch-win32 Config link_or_copy $sbcl_arch-win32-os.h target-arch-os.h link_or_copy win32-os.h target-os.h