Add :sb-futex for ppc64 on linux

This commit is contained in:
Douglas Katzman 2020-01-13 16:30:26 -05:00
parent 3063d34aea
commit 78d040b3d3
3 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@
# SSH is invoked to compile the C runtime.
# Passwordless login to the target machine is required.
config_options="--without-gencgc --with-cheneygc"
#config_options="--without-gencgc --with-cheneygc"
if [ $1 = -p ]
then
ssh_port_opt="-p $2"

View file

@ -1 +1 @@
:ppc64 :unix :elf :linux :64-bit :gencgc :stack-allocatable-closures :stack-allocatable-vectors :stack-allocatable-lists :stack-allocatable-fixed-objects :linkage-table :compare-and-swap-vops :alien-callbacks :big-endian :sb-dynamic-core
:ppc64 :unix :elf :linux :64-bit :gencgc :stack-allocatable-closures :stack-allocatable-vectors :stack-allocatable-lists :stack-allocatable-fixed-objects :linkage-table :compare-and-swap-vops :alien-callbacks :big-endian :sb-dynamic-core :sb-thread :sb-futex

View file

@ -486,7 +486,7 @@ case "$sbcl_os" in
x86 | x86-64)
printf ' :sb-futex :largefile' >> $ltf
;;
ppc | arm64)
ppc | ppc64 | arm64)
printf ' :sb-futex' >> $ltf
;;
esac