bypass gcc's potentially-broken detection of tls support

This commit is contained in:
Rich Felker 2015-09-13 08:29:07 +00:00
parent 5eb6f9add0
commit 8d226d0ff6
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ COMMON_CONFIG = --disable-werror \
--with-sysroot=$(OUTPUT)/$(TARGET)
BINUTILS_CONFIG = $(COMMON_CONFIG)
GCC_CONFIG = $(COMMON_CONFIG) \
GCC_CONFIG = $(COMMON_CONFIG) --enable-tls \
--disable-libmudflap --disable-libsanitizer \
--disable-libquadmath --disable-decimal-float