X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make-config.sh;h=cb8936877ba3e10073ea7c27ff12175002ab082e;hb=cf0b72cd4052a09b9a305081524bd44e2948c1e5;hp=01aa681e1e80ac7f415e63996811f79f83a2e83a;hpb=1cf1afff10cfc48a2f4a26fd4533531081602219;p=sbcl.git diff --git a/make-config.sh b/make-config.sh index 01aa681..cb89368 100644 --- a/make-config.sh +++ b/make-config.sh @@ -219,10 +219,10 @@ case "$sbcl_os" in printf ' :bsd' >> $ltf printf ' :darwin' >> $ltf if [ $sbcl_arch = "x86" ]; then - printf ' :sb-lutex :restore-fs-segment-register-from-tls' >> $ltf + printf ' :mach-exception-handler :sb-lutex :restore-fs-segment-register-from-tls' >> $ltf fi if [ $sbcl_arch = "x86-64" ]; then - printf ' :sb-lutex' >> $ltf + printf ' :mach-exception-handler :sb-lutex' >> $ltf fi link_or_copy $sbcl_arch-darwin-os.h target-arch-os.h link_or_copy bsd-os.h target-os.h