mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
Add :sb-futex for ppc64 on linux
This commit is contained in:
parent
3063d34aea
commit
78d040b3d3
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue