aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gcc
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2008-04-10 15:52:38 +0000
committerFlorian Fainelli <florian@openwrt.org>2008-04-10 15:52:38 +0000
commit215e237e9fec1eff28b2a235fdb87c312ade55d4 (patch)
tree7c4ed8cec533732019ab76c90a3cdadb4d88b051 /toolchain/gcc
parent64c248677929bff49fe4ae23d121d2f9d892d68f (diff)
downloadupstream-215e237e9fec1eff28b2a235fdb87c312ade55d4.tar.gz
upstream-215e237e9fec1eff28b2a235fdb87c312ade55d4.tar.bz2
upstream-215e237e9fec1eff28b2a235fdb87c312ade55d4.zip
Do not disable tls yet, uclibc-ntpl will support it soon
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10785 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gcc')
-rw-r--r--toolchain/gcc/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile
index 57118bb119..a1d1baa400 100644
--- a/toolchain/gcc/Makefile
+++ b/toolchain/gcc/Makefile
@@ -60,7 +60,6 @@ define Stage1/Configure
--disable-nls \
--disable-libmudflap \
--disable-multilib \
- --disable-tls \
$(SOFT_FLOAT_CONFIG_OPTION) \
$(call qstrip,$(CONFIG_EXTRA_GCC_CONFIG_OPTIONS)) \
);
@@ -94,7 +93,6 @@ define Stage2/Configure
--disable-nls \
--disable-libmudflap \
--disable-multilib \
- --disable-tls \
$(SOFT_FLOAT_CONFIG_OPTION) \
$(call qstrip,$(CONFIG_EXTRA_GCC_CONFIG_OPTIONS)) \
);