|
@@ -30,6 +30,8 @@ choice
|
|
|
depends on !BR2_x86_jaguar && !BR2_x86_steamroller
|
|
|
# Unsupported for MIPS R6
|
|
|
depends on !BR2_mips_32r6 && !BR2_mips_64r6
|
|
|
+ # musl ppc64 unsupported
|
|
|
+ depends on !BR2_powerpc64 && !BR2_powerpc64le && BR2_TOOLCHAIN_USES_MUSL
|
|
|
select BR2_GCC_NEEDS_MPC
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_4_7
|
|
|
|
|
@@ -46,6 +48,8 @@ choice
|
|
|
depends on !((BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el) && BR2_BINUTILS_VERSION_2_25_X)
|
|
|
# Unsupported for MIPS R6
|
|
|
depends on !BR2_mips_32r6 && !BR2_mips_64r6
|
|
|
+ # musl ppc64 unsupported
|
|
|
+ depends on !BR2_powerpc64 && !BR2_powerpc64le && BR2_TOOLCHAIN_USES_MUSL
|
|
|
select BR2_GCC_NEEDS_MPC
|
|
|
select BR2_GCC_SUPPORTS_GRAPHITE
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
|
|
@@ -66,6 +70,8 @@ choice
|
|
|
depends on !BR2_cortex_a17
|
|
|
# Unsupported for MIPS R6
|
|
|
depends on !BR2_mips_32r6 && !BR2_mips_64r6
|
|
|
+ # musl ppc64 unsupported
|
|
|
+ depends on !BR2_powerpc64 && !BR2_powerpc64le && BR2_TOOLCHAIN_USES_MUSL
|
|
|
# PR60102 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60102
|
|
|
select BR2_GCC_NEEDS_MPC
|
|
|
select BR2_GCC_SUPPORTS_GRAPHITE
|
|
@@ -75,6 +81,8 @@ choice
|
|
|
bool "gcc 5.x"
|
|
|
# Broken or unsupported architectures
|
|
|
depends on !BR2_arc && !BR2_bfin
|
|
|
+ # musl ppc64 unsupported
|
|
|
+ depends on !BR2_powerpc64 && !BR2_powerpc64le && BR2_TOOLCHAIN_USES_MUSL
|
|
|
select BR2_GCC_NEEDS_MPC
|
|
|
select BR2_GCC_SUPPORTS_GRAPHITE
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_5
|