[Buildroot] [git commit branch/2021.05.x] toolchain: introduce BR2_TOOLCHAIN_HAS_GCC_BUG_101737
From: Peter Korsgaard <peter@korsgaard.com>
Date: 2021-08-08 19:34:33
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Peter Korsgaard <peter@korsgaard.com>
Date: 2021-08-08 19:34:33
Subsystem:
the rest · Maintainer:
Linus Torvalds
commit: https://git.buildroot.net/buildroot/commit/?id=dc6e0f75d98dfb0ec4c675f30d85161fca19394b branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2021.05.x pixman package fails to build for the SH4 architecture with optimization enabled with gcc up to 11.1.0: http://autobuild.buildroot.net/results/b20/b20869bbb48edb1f0a847ea9e2e1a0462d6350be/ It's been reported upstream: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101737 Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <redacted> (cherry picked from commit 4b22106fb5e199aa26f148b0b159aecb7da7f7e0) Signed-off-by: Peter Korsgaard <peter@korsgaard.com> --- toolchain/Config.in | 7 +++++++ 1 file changed, 7 insertions(+)
diff --git a/toolchain/Config.in b/toolchain/Config.in
index 0181ef07de..60328c8aa5 100644
--- a/toolchain/Config.in
+++ b/toolchain/Config.in@@ -176,6 +176,13 @@ config BR2_TOOLCHAIN_HAS_GCC_BUG_99140 bool default y if BR2_nios2 && !BR2_TOOLCHAIN_GCC_AT_LEAST_8 +# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101737 +# ICE: SH4 -Os causes internal compiler error. This bug +# still exists in gcc = 11.1.0 +config BR2_TOOLCHAIN_HAS_GCC_BUG_101737 + bool + default y if BR2_sh4 + config BR2_TOOLCHAIN_HAS_NATIVE_RPC bool
_______________________________________________ buildroot mailing list buildroot@busybox.net http://lists.busybox.net/mailman/listinfo/buildroot