summaryrefslogtreecommitdiffstats
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
commit1d482e1d39caee86bec854a76397a6e5e0984a90 (patch)
treecd43cf68684dcb247b919edd6dd75ab5f1b8118b /toolchain/gcc
parentf0e627da9768946da62855fd4c51e23cbae048a5 (diff)
downloadmaster-31e0f0ae-1d482e1d39caee86bec854a76397a6e5e0984a90.tar.gz
master-31e0f0ae-1d482e1d39caee86bec854a76397a6e5e0984a90.tar.bz2
master-31e0f0ae-1d482e1d39caee86bec854a76397a6e5e0984a90.zip
Do not disable tls yet, uclibc-ntpl will support it soon
SVN-Revision: 10785
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)) \
);