diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-04-10 15:52:38 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-04-10 15:52:38 +0000 |
commit | 1d482e1d39caee86bec854a76397a6e5e0984a90 (patch) | |
tree | cd43cf68684dcb247b919edd6dd75ab5f1b8118b | |
parent | f0e627da9768946da62855fd4c51e23cbae048a5 (diff) | |
download | upstream-1d482e1d39caee86bec854a76397a6e5e0984a90.tar.gz upstream-1d482e1d39caee86bec854a76397a6e5e0984a90.tar.bz2 upstream-1d482e1d39caee86bec854a76397a6e5e0984a90.zip |
Do not disable tls yet, uclibc-ntpl will support it soon
SVN-Revision: 10785
-rw-r--r-- | toolchain/gcc/Makefile | 2 |
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)) \ ); |