2006-06-27 Zoltan Varga <vargaz@gmail.com>
authorZoltan Varga <vargaz@gmail.com>
Tue, 27 Jun 2006 17:21:44 +0000 (17:21 -0000)
committerZoltan Varga <vargaz@gmail.com>
Tue, 27 Jun 2006 17:21:44 +0000 (17:21 -0000)
* configure.in: Disable --with-tls=__thread on solaris/x86.

svn path=/trunk/mono/; revision=62085

ChangeLog
configure.in

index 692d4e1287904e89b9f542fc35206c3b93d9fb52..0aece572c1ce3333a7ca7d6241efe33e4b46e162 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-06-27  Zoltan Varga  <vargaz@gmail.com>
+
+       * configure.in: Disable --with-tls=__thread on solaris/x86.
+
 2006-06-24  Zoltan Varga  <vargaz@gmail.com>
 
        * configure.in: Always pass CPPFLAGS to libgc configure.
index b1b3b4b9fb504e7d524c6353ae1d89fce4114056..75347d523b9b6d4609ec0ae4d64769a9d7ceafa4 100644 (file)
@@ -203,6 +203,8 @@ case "$host" in
                need_link_unlink=yes
                libmono_cflags="-D_REENTRANT"
                libgc_threads=pthreads
+               # This doesn't seem to work on solaris/x86, but the configure test runs
+               with_nptl=no
                ;;
        *-*-darwin*)
                platform_win32=no