[Buildroot] [git commit] toolchain: introduce BR2_TOOLCHAIN_HAS_GCC_BUG_101915
From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Date: 2021-08-19 20:59:40
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Date: 2021-08-19 20:59:40
Subsystem:
the rest · Maintainer:
Linus Torvalds
commit: https://git.buildroot.net/buildroot/commit/?id=b61c93645da26a2b6a674881e61c5d72297fc74a branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master lmbench package fails to build for the Microblaze architecture with optimization enabled with gcc = 11.1.0: http://autobuild.buildroot.net/results/ae1/ae1e4d61ed367c6cb64442c60d98882cc7985346/ It's been reported upstream: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101915 Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> --- toolchain/Config.in | 7 +++++++ 1 file changed, 7 insertions(+)
diff --git a/toolchain/Config.in b/toolchain/Config.in
index 01d93517bd..fba1589e38 100644
--- a/toolchain/Config.in
+++ b/toolchain/Config.in@@ -190,6 +190,13 @@ config BR2_TOOLCHAIN_HAS_GCC_BUG_101952 bool default y if BR2_sh4 +# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101915 +# ICE: in extract_insn, at recog.c:2294 on microblaze. +# This bug still exists in gcc = 11.1.0 +config BR2_TOOLCHAIN_HAS_GCC_BUG_101915 + bool + default y if BR2_microblaze + config BR2_TOOLCHAIN_HAS_NATIVE_RPC bool
_______________________________________________ buildroot mailing list buildroot@busybox.net http://lists.busybox.net/mailman/listinfo/buildroot