|
@@ -44,6 +44,9 @@ config BR2_GCC_VERSION_14_X
|
|
# powerpc spe support has been deprecated since gcc 8.x.
|
|
# powerpc spe support has been deprecated since gcc 8.x.
|
|
# https://gcc.gnu.org/ml/gcc/2018-04/msg00102.html
|
|
# https://gcc.gnu.org/ml/gcc/2018-04/msg00102.html
|
|
depends on !BR2_POWERPC_CPU_HAS_SPE
|
|
depends on !BR2_POWERPC_CPU_HAS_SPE
|
|
|
|
+ # Severely broken on Microblaze
|
|
|
|
+ # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118280
|
|
|
|
+ depends on !BR2_microblaze
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_14
|
|
|
|
|
|
endchoice
|
|
endchoice
|