summaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-04-10 15:52:38 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-04-10 15:52:38 +0000
commitf8d56a3a3f98f06632bf832a78986ed190356d8c (patch)
tree7c4ed8cec533732019ab76c90a3cdadb4d88b051 /toolchain
parentb60974cf59c2ffb01780351499045f8e7517355b (diff)
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')
-rw-r--r--toolchain/gcc/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile
index 57118bb11..a1d1baa40 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)) \
);