mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 13:33:28 +08:00
toolchain: introduce BR2_TOOLCHAIN_HAS_GCC_BUG_93847
git package fails to build for the Nios2 architecture with optimization enabled with gcc < 9.x: http://autobuild.buildroot.net/results/924/92484c49b655e4aa78ca52f124c6d8f605b9d06b/ It's been reported upstream: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93847 Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
96556bbf51
commit
eb05f25ef2
@ -159,6 +159,13 @@ config BR2_TOOLCHAIN_HAS_GCC_BUG_90620
|
||||
bool
|
||||
default y if BR2_microblaze
|
||||
|
||||
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93847
|
||||
# ICE: compiler error: Segmentation fault on Nios II. This bug
|
||||
# no longer exists in gcc 9.x.
|
||||
config BR2_TOOLCHAIN_HAS_GCC_BUG_93847
|
||||
bool
|
||||
default y if BR2_nios2 && !BR2_TOOLCHAIN_GCC_AT_LEAST_9
|
||||
|
||||
config BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
||||
bool
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user