Changeset f01f8a5


Ignore:
Timestamp:
11/22/2022 10:22:53 AM (17 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/update-glibc
Children:
e354e58
Parents:
54948b7
git-author:
Xi Ruoyao <xry111@…> (11/22/2022 08:13:30 AM)
git-committer:
Xi Ruoyao <xry111@…> (11/22/2022 10:22:53 AM)
Message:

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.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter05/gcc-pass1.xml

    r54948b7 rf01f8a5  
    9393    --disable-shared          \
    9494    --disable-multilib        \
    95     --disable-decimal-float   \
    9695    --disable-threads         \
    9796    --disable-libatomic       \
  • chapter06/gcc-pass2.xml

    r54948b7 rf01f8a5  
    9494    --disable-nls                                  \
    9595    --disable-multilib                             \
    96     --disable-decimal-float                        \
    9796    --disable-libatomic                            \
    9897    --disable-libgomp                              \
Note: See TracChangeset for help on using the changeset viewer.