1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-02 16:31:40 +03:00

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
This commit is contained in:
florian 2008-04-10 15:52:38 +00:00
parent b60974cf59
commit f8d56a3a3f

View 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)) \
);