mirror of
https://github.com/richfelker/musl-cross-make.git
synced 2025-03-12 18:16:59 +01:00
bypass gcc's potentially-broken detection of tls support
This commit is contained in:
parent
5eb6f9add0
commit
8d226d0ff6
2
Makefile
2
Makefile
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user