Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Varga <vargaz@gmail.com>2004-08-14 15:31:48 +0400
committerZoltan Varga <vargaz@gmail.com>2004-08-14 15:31:48 +0400
commitbdcda527dd2638d31a91474e78df3cae998e1113 (patch)
treefd4365258fa1571623a7dd1c7cf2211733c8abf7 /configure.in
parent3f4e5b3caa41e5ebe700b33e1f48c99307354c19 (diff)
2004-08-14 Zoltan Varga <vargaz@freemail.hu>
* configure.in (HAVE_KW_THREAD): Pass USE_COMPILER_TLS to libgc if __thread works. svn path=/trunk/mono/; revision=32337
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 90b7357c4f9..92edc9a87d0 100644
--- a/configure.in
+++ b/configure.in
@@ -1312,6 +1312,9 @@ fi
if test "x$with_tls" = "x__thread"; then
AC_DEFINE(HAVE_KW_THREAD)
+ # Pass the information to libgc
+ CPPFLAGS="$CPPFLAGS -DUSE_COMPILER_TLS"
+ export CPPFLAGS
fi
if test ${TARGET} = ARM; then