|
@@ -113,6 +113,13 @@ config BR2_TOOLCHAIN_SUPPORTS_VARIADIC_MI_THUNK
|
|
|
depends on !BR2_or1k
|
|
|
depends on !BR2_xtensa
|
|
|
|
|
|
+# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63261. This bug no
|
|
|
+# longer exists in gcc 8.x.
|
|
|
+config BR2_TOOLCHAIN_HAS_GCC_BUG_63261
|
|
|
+ bool
|
|
|
+ default y if BR2_microblaze
|
|
|
+ depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
|
|
+
|
|
|
# Prior to gcc 7.x, exception_ptr, nested_exception and future from
|
|
|
# libstdc++ would only be provided on architectures that support
|
|
|
# always lock-free atomic ints. See
|