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:
Matthew Flatt 2013-08-09 19:46:37 -06:00
parent 33b8c34866
commit 47d433b9c1
2 changed files with 0 additions and 14 deletions

View File

@ -4076,13 +4076,6 @@ case "$host_os" in
try_poll_syscall="yes"
use_flag_pthread="no"
use_flag_posix_pthread="yes"
case "$host_cpu" in
x86_64|i386|i486|i586|i686)
enable_parallel_by_default=yes
;;
*)
;;
esac
;;
aix*)
enable_cgcdefault="yes"

View File

@ -573,13 +573,6 @@ case "$host_os" in
try_poll_syscall="yes"
use_flag_pthread="no"
use_flag_posix_pthread="yes"
case "$host_cpu" in
x86_64|i386|i486|i586|i686)
enable_parallel_by_default=yes
;;
*)
;;
esac
;;
aix*)
enable_cgcdefault="yes"