From: Florian Fainelli Date: Thu, 10 Apr 2008 15:52:38 +0000 (+0000) Subject: Do not disable tls yet, uclibc-ntpl will support it soon X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1d482e1d39caee86bec854a76397a6e5e0984a90;p=lede.git Do not disable tls yet, uclibc-ntpl will support it soon SVN-Revision: 10785 --- 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)) \ );