|
@@ -139,6 +139,15 @@ config BR2_TOOLCHAIN_HAS_GCC_BUG_68485
|
|
|
bool
|
|
|
default y if BR2_microblaze
|
|
|
|
|
|
+# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83143
|
|
|
+# Error: invalid operands (*UND* and .text sections) for `-' on sh4.
|
|
|
+# This bug no longer exists in gcc 10.x but reappeared on gcc 11.x and
|
|
|
+# it still not been fixed yet.
|
|
|
+config BR2_TOOLCHAIN_HAS_GCC_BUG_83143
|
|
|
+ bool
|
|
|
+ default y if BR2_sh
|
|
|
+ depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_10 || BR2_TOOLCHAIN_GCC_AT_LEAST_11
|
|
|
+
|
|
|
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85180. This bug no
|
|
|
# longer exists in gcc 8.x.
|
|
|
config BR2_TOOLCHAIN_HAS_GCC_BUG_85180
|