|
@@ -244,6 +244,13 @@ config BR2_TOOLCHAIN_HAS_GCC_BUG_107728
|
|
|
depends on BR2_TOOLCHAIN_USES_GLIBC
|
|
|
depends on BR2_OPTIMIZE_0
|
|
|
|
|
|
+# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110934
|
|
|
+# ICE: on M68K: in change_address_1, at emit-rtl.cc:2287
|
|
|
+# This bug exists in gcc = 12.3.0 and gcc = 13.2.0
|
|
|
+config BR2_TOOLCHAIN_HAS_GCC_BUG_110934
|
|
|
+ bool
|
|
|
+ default y if BR2_m68k
|
|
|
+
|
|
|
config BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
bool
|
|
|
|