mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 03:09:08 +08:00
Disable tls support, uClibc does not support it, and it could lead to linking failures with some braindead autoconf programs
SVN-Revision: 10782
This commit is contained in:
parent
9c3033370a
commit
3630b457a5
@ -60,6 +60,7 @@ define Stage1/Configure
|
||||
--disable-nls \
|
||||
--disable-libmudflap \
|
||||
--disable-multilib \
|
||||
--disable-tls \
|
||||
$(SOFT_FLOAT_CONFIG_OPTION) \
|
||||
$(call qstrip,$(CONFIG_EXTRA_GCC_CONFIG_OPTIONS)) \
|
||||
);
|
||||
@ -93,6 +94,7 @@ define Stage2/Configure
|
||||
--disable-nls \
|
||||
--disable-libmudflap \
|
||||
--disable-multilib \
|
||||
--disable-tls \
|
||||
$(SOFT_FLOAT_CONFIG_OPTION) \
|
||||
$(call qstrip,$(CONFIG_EXTRA_GCC_CONFIG_OPTIONS)) \
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user