X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make-config.sh;h=3f1bc3fa652cfdc8faf728d1039ccd3c2f090303;hb=ee5629ee974ee8ce7a1cb245a99e94f8943ffd90;hp=3fb3fdb20bf2ddeaf0a8f53f787290aa568f7a2b;hpb=987e39e16c89c33f163f8f2d85cc28f67738d67d;p=sbcl.git diff --git a/make-config.sh b/make-config.sh index 3fb3fdb..3f1bc3f 100644 --- a/make-config.sh +++ b/make-config.sh @@ -355,7 +355,7 @@ case "$sbcl_os" in printf ' :largefile' >> $ltf ;; x86 | x86-64) - printf ' :sb-thread :largefile' >> $ltf + printf ' :sb-thread :sb-futex :largefile' >> $ltf ;; esac @@ -420,10 +420,10 @@ case "$sbcl_os" in printf ' :bsd' >> $ltf printf ' :darwin' >> $ltf if [ $sbcl_arch = "x86" ]; then - printf ' :mach-exception-handler :sb-lutex :restore-fs-segment-register-from-tls :ud2-breakpoints' >> $ltf + printf ' :mach-exception-handler :restore-fs-segment-register-from-tls :ud2-breakpoints' >> $ltf fi if [ $sbcl_arch = "x86-64" ]; then - printf ' :mach-exception-handler :sb-lutex :ud2-breakpoints' >> $ltf + printf ' :mach-exception-handler :ud2-breakpoints' >> $ltf fi link_or_copy $sbcl_arch-darwin-os.h target-arch-os.h link_or_copy bsd-os.h target-os.h @@ -436,9 +436,6 @@ case "$sbcl_os" in if [ $sbcl_arch = "x86-64" ]; then printf ' :largefile' >> $ltf fi - if [ $sbcl_arch = "x86" ] || [ $sbcl_arch = "x86-64" ]; then - printf ' :sb-lutex' >> $ltf - fi link_or_copy Config.$sbcl_arch-sunos Config link_or_copy $sbcl_arch-sunos-os.h target-arch-os.h link_or_copy sunos-os.h target-os.h