X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make-config.sh;h=6fda7067b4b33ee2465c12a3738d433846e1529d;hb=621e3867fc3066a0d403f2f9ecbea058a420cc3a;hp=c05acab899b51066c5f38b8ba06e138e5252652a;hpb=5745b5a5b2e3b967bf3876b4306f31b3c78495fa;p=sbcl.git diff --git a/make-config.sh b/make-config.sh index c05acab..6fda706 100644 --- a/make-config.sh +++ b/make-config.sh @@ -252,7 +252,8 @@ case "$sbcl_os" in printf ' :unix' >> $ltf printf ' :elf' >> $ltf printf ' :sunos' >> $ltf - if [ $sbcl_arch = "x86" ] || [ $sbcl_arch = "amd64" ]; then + printf ' :largefile' >> $ltf + if [ $sbcl_arch = "x86" ] || [ $sbcl_arch = "x86-64" ]; then printf ' :sb-lutex' >> $ltf fi link_or_copy Config.$sbcl_arch-sunos Config @@ -310,6 +311,10 @@ if [ "$sbcl_arch" = "x86" ]; then # roughly-equivalent magic nevertheless. printf ' :os-provides-dlopen' >> $ltf fi + if [ "$sbcl_os" = "openbsd" ]; then + rm -f src/runtime/openbsd-sigcontext.h + sh tools-for-build/openbsd-sigcontext.sh > src/runtime/openbsd-sigcontext.h + fi elif [ "$sbcl_arch" = "x86-64" ]; then printf ' :gencgc :stack-grows-downward-not-upward :c-stack-is-control-stack :linkage-table' >> $ltf printf ' :compare-and-swap-vops :unwind-to-frame-and-call-vop :raw-instance-init-vops' >> $ltf