]> Git Repo - buildroot-mgba.git/commit
toolchain: introduce BR2_TOOLCHAIN_HAS_GCC_BUG_111001
authorWaldemar Brodkorb <[email protected]>
Sat, 12 Aug 2023 11:44:51 +0000 (13:44 +0200)
committerThomas Petazzoni <[email protected]>
Sat, 12 Aug 2023 12:33:57 +0000 (14:33 +0200)
commit61f79aa13d7ba84cfa720ad9565fc12d60b56000
tree7e30549cad40af3d59bc1ab981cf5c7a3f3d1c55
parent29834d8a12d984e8efe05398c5aaa6a61f7880e0
toolchain: introduce BR2_TOOLCHAIN_HAS_GCC_BUG_111001

e2fsprogs package fails to build for the SH4 architecture due to a gcc
13.2.0 bug that leads to:
during RTL pass: sh_treg_combine2
rw_bitmaps.c: In function read_bitmaps_range_start:
internal compiler error: Aborted

Let's add gcc bug to avoid to deal with architectures in packages
when a gcc bug arises. Let's instead deal directly with gcc
bug number.

It's been reported upstream:
https://gcc.gnu.org/bugzilla//show_bug.cgi?id=111001

No need to backport as gcc 13.20 was introduced recently in
buildroot.

Signed-off-by: Waldemar Brodkorb <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
toolchain/Config.in
This page took 0.028821 seconds and 4 git commands to generate.