mirror of https://github.com/hak5/openwrt.git
Do not disable tls yet, uclibc-ntpl will support it soon
SVN-Revision: 10785lede-17.01
parent
f0e627da97
commit
1d482e1d39
|
@ -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)) \
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue