aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gcc
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2009-06-05 11:33:12 +0000
committerLars-Peter Clausen <lars@metafoo.de>2009-06-05 11:33:12 +0000
commit9fd7cda2807171fdb03e26702226f28ff6a88f46 (patch)
tree13259025ef18c401abbbfa1b53d3edac05884f8f /toolchain/gcc
parent988e7d96da17dfaf81eb131accbef09de2b9f7f2 (diff)
downloadupstream-9fd7cda2807171fdb03e26702226f28ff6a88f46.tar.gz
upstream-9fd7cda2807171fdb03e26702226f28ff6a88f46.tar.bz2
upstream-9fd7cda2807171fdb03e26702226f28ff6a88f46.zip
[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/gcc')
-rw-r--r--toolchain/gcc/Makefile1
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:= \