From f01f8a56da958581636000229edb1e233d281986 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Tue, 22 Nov 2022 16:13:30 +0800 Subject: 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. --- chapter06/gcc-pass2.xml | 1 - 1 file changed, 1 deletion(-) (limited to 'chapter06') diff --git a/chapter06/gcc-pass2.xml b/chapter06/gcc-pass2.xml index 24e14a346..ebc20a296 100644 --- a/chapter06/gcc-pass2.xml +++ b/chapter06/gcc-pass2.xml @@ -93,7 +93,6 @@ cd build --enable-default-ssp \ --disable-nls \ --disable-multilib \ - --disable-decimal-float \ --disable-libatomic \ --disable-libgomp \ --disable-libquadmath \ -- cgit v1.2.3-54-g00ecf