Solaris: disable places and futures by default
The issue is that gcc and the Sun linker do not cooperate correctly to implement thread-local variables on x86_64. Since gcc is normally configured to use the Sun linker by default, enabling places and futures is asking for trouble.
This commit is contained in:
parent
33b8c34866
commit
47d433b9c1
7
racket/src/configure
vendored
7
racket/src/configure
vendored
|
@ -4076,13 +4076,6 @@ case "$host_os" in
|
||||||
try_poll_syscall="yes"
|
try_poll_syscall="yes"
|
||||||
use_flag_pthread="no"
|
use_flag_pthread="no"
|
||||||
use_flag_posix_pthread="yes"
|
use_flag_posix_pthread="yes"
|
||||||
case "$host_cpu" in
|
|
||||||
x86_64|i386|i486|i586|i686)
|
|
||||||
enable_parallel_by_default=yes
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
;;
|
;;
|
||||||
aix*)
|
aix*)
|
||||||
enable_cgcdefault="yes"
|
enable_cgcdefault="yes"
|
||||||
|
|
|
@ -573,13 +573,6 @@ case "$host_os" in
|
||||||
try_poll_syscall="yes"
|
try_poll_syscall="yes"
|
||||||
use_flag_pthread="no"
|
use_flag_pthread="no"
|
||||||
use_flag_posix_pthread="yes"
|
use_flag_posix_pthread="yes"
|
||||||
case "$host_cpu" in
|
|
||||||
x86_64|i386|i486|i586|i686)
|
|
||||||
enable_parallel_by_default=yes
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
;;
|
;;
|
||||||
aix*)
|
aix*)
|
||||||
enable_cgcdefault="yes"
|
enable_cgcdefault="yes"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user