toolchain: improve conditions for gcc bug 99140
Gcc bug 99140 has been fixed on gcc 8.x but reappeared on gcc 9.x while it's been fixed on gcc 10.x+. So let's update BR2_TOOLCHAIN_HAS_GCC_BUG_99140 accordingly. Fixes: http://autobuild.buildroot.net/results/c55/c55f50a8d657695f0d5492c32efa666254cd7f99/ Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
ddf37c8191
commit
fe4e06d317
@ -171,10 +171,13 @@ config BR2_TOOLCHAIN_HAS_GCC_BUG_93847
|
|||||||
|
|
||||||
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99410
|
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99410
|
||||||
# Error: branch offset out of range on Nios II. This bug
|
# Error: branch offset out of range on Nios II. This bug
|
||||||
# no longer exists in gcc >= 8.x.
|
# no longer exists in gcc 8.x but reappeared on gcc 9.x and has been
|
||||||
|
# fixed on gcc 10.x.
|
||||||
config BR2_TOOLCHAIN_HAS_GCC_BUG_99140
|
config BR2_TOOLCHAIN_HAS_GCC_BUG_99140
|
||||||
bool
|
bool
|
||||||
default y if BR2_nios2 && !BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
default y if !BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
||||||
|
default y if BR2_TOOLCHAIN_GCC_AT_LEAST_9 && !BR2_TOOLCHAIN_GCC_AT_LEAST_10
|
||||||
|
depends on BR2_nios2
|
||||||
|
|
||||||
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101737
|
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101737
|
||||||
# ICE: SH4 -Os causes internal compiler error. This bug
|
# ICE: SH4 -Os causes internal compiler error. This bug
|
||||||
|
Loading…
Reference in New Issue
Block a user