diff options
author | lars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-06-05 11:33:12 +0000 |
---|---|---|
committer | lars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-06-05 11:33:12 +0000 |
commit | 866728dbb1cde99b4163c3c6e0a7d2138eba9b5a (patch) | |
tree | 13259025ef18c401abbbfa1b53d3edac05884f8f /toolchain | |
parent | 6a1f0d244e15777d5b9e4544b4111bfbfcd5795f (diff) |
[toolchain] disable tls for stdlibc++. fixes c++ inside a gcc-4.4.0
toolchain.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16345 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/gcc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile index e9598d8177..f1328a358b 100644 --- a/toolchain/gcc/Makefile +++ b/toolchain/gcc/Makefile @@ -124,6 +124,7 @@ GCC_CONFIGURE_STAGE2:= \ --enable-languages=$(TARGET_LANGUAGES) \ --enable-shared \ --enable-threads \ + --disable-tls \ --with-slibdir=$(TOOLCHAIN_DIR)/lib \ GCC_MAKE:= \ |