mirror of
https://github.com/pygos/build.git
synced 2024-11-22 02:59:47 +01:00
Explicitly disable libquadmath in second stage gcc
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
parent
544ac03d1f
commit
1aa829699c
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ build() {
|
|||
--disable-nls --enable-languages=c,c++ \
|
||||
--enable-c99 --enable-long-long \
|
||||
--enable-libmudflap --disable-multilib \
|
||||
--disable-libsanitizer \
|
||||
--disable-libsanitizer --disable-libquadmath \
|
||||
--with-arch="$GCC_CPU" $extra $GCC_EXTRACFG \
|
||||
--with-native-system-header-dir="/include"
|
||||
|
||||
|
|
Loading…
Reference in a new issue