Do not disable tls yet, uclibc-ntpl will support it soon
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 10 Apr 2008 15:52:38 +0000 (15:52 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 10 Apr 2008 15:52:38 +0000 (15:52 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10785 3c298f89-4303-0410-b956-a3cf2f4a3e73

toolchain/gcc/Makefile

index 57118bb119f32eba4c86f35eca32193768a2da02..a1d1baa4008455c6274148028d337008453f5465 100644 (file)
@@ -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)) \
        );