diff --git a/package/gcc/Config.in.host b/package/gcc/Config.in.host index 10fe4bf609..b6b159224e 100644 --- a/package/gcc/Config.in.host +++ b/package/gcc/Config.in.host @@ -34,6 +34,7 @@ config BR2_GCC_VERSION_12_X config BR2_GCC_VERSION_13_X bool "gcc 13.x" + depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_14 # powerpc spe support has been deprecated since gcc 8.x. # https://gcc.gnu.org/ml/gcc/2018-04/msg00102.html depends on !BR2_POWERPC_CPU_HAS_SPE @@ -41,6 +42,7 @@ config BR2_GCC_VERSION_13_X config BR2_GCC_VERSION_14_X bool "gcc 14.x" + depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_15 # powerpc spe support has been deprecated since gcc 8.x. # https://gcc.gnu.org/ml/gcc/2018-04/msg00102.html depends on !BR2_POWERPC_CPU_HAS_SPE