gcc: remove --disable-decimal-float from pass 1 and 2

We need to enable decimal float here or MPFR will be built w/o decimal
float support.  Then 2 of 183 tests will be skipped, and this will also
cause an ICA issue.

Q: Why we need decimal float in pass 1?
A: We need pass-1 GCC with decimal float support to build decimal float
routines in pass-2 libgcc.
This commit is contained in:
Xi Ruoyao 2022-11-22 16:13:30 +08:00
parent 54948b710c
commit f01f8a56da
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3
2 changed files with 0 additions and 2 deletions

View File

@ -92,7 +92,6 @@ cd build</userinput></screen>
--disable-nls \
--disable-shared \
--disable-multilib \
--disable-decimal-float \
--disable-threads \
--disable-libatomic \
--disable-libgomp \

View File

@ -93,7 +93,6 @@ cd build</userinput></screen>
--enable-default-ssp \
--disable-nls \
--disable-multilib \
--disable-decimal-float \
--disable-libatomic \
--disable-libgomp \
--disable-libquadmath \