X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make-config.sh;h=23f8dcc8b878626f12230e7d7289bf3d30ca2810;hb=41ebbebc360fc5b85e39d78fdaaba7d2f7577b10;hp=9e60a6f2ca964704dd2785681d0c603f4bff619d;hpb=102b7c83b326855e16c3bc3ce4fa60c6d7aaba85;p=sbcl.git diff --git a/make-config.sh b/make-config.sh index 9e60a6f..23f8dcc 100644 --- a/make-config.sh +++ b/make-config.sh @@ -284,9 +284,10 @@ if [ "$sbcl_arch" = "x86" ]; then printf ' :gencgc :stack-grows-downward-not-upward :c-stack-is-control-stack' >> $ltf printf ' :compare-and-swap-vops :unwind-to-frame-and-call-vop' >> $ltf printf ' :stack-allocatable-closures :alien-callbacks' >> $ltf - if [ "$sbcl_os" = "linux" ] || [ "$sbcl_os" = "freebsd" ] || [ "$sbcl_os" = "netbsd" ] || [ "$sbcl_os" = "sunos" ] || [ "$sbcl_os" = "darwin" ] || [ "$sbcl_os" = "win32" ]; then + case "$sbcl_os" in + linux | freebsd | netbsd | openbsd | sunos | darwin | win32) printf ' :linkage-table' >> $ltf - fi + esac if [ "$sbcl_os" = "win32" ]; then # of course it doesn't provide dlopen, but there is # roughly-equivalent magic nevertheless.