|
@@ -28,6 +28,8 @@ choice
|
|
depends on !BR2_sparc_leon3
|
|
depends on !BR2_sparc_leon3
|
|
# Broken or unsupported x86 cores
|
|
# Broken or unsupported x86 cores
|
|
depends on !BR2_x86_jaguar && !BR2_x86_steamroller
|
|
depends on !BR2_x86_jaguar && !BR2_x86_steamroller
|
|
|
|
+ # Unsupported MIPS cores
|
|
|
|
+ depends on !BR2_mips_interaptiv
|
|
# Unsupported for MIPS R5
|
|
# Unsupported for MIPS R5
|
|
depends on !BR2_MIPS_CPU_MIPS32R5 && !BR2_MIPS_CPU_MIPS64R5
|
|
depends on !BR2_MIPS_CPU_MIPS32R5 && !BR2_MIPS_CPU_MIPS64R5
|
|
# Unsupported for MIPS R6
|
|
# Unsupported for MIPS R6
|
|
@@ -46,6 +48,8 @@ choice
|
|
depends on !BR2_cortex_a12 && !BR2_cortex_a17
|
|
depends on !BR2_cortex_a12 && !BR2_cortex_a17
|
|
# Broken or unsupported PPC cores
|
|
# Broken or unsupported PPC cores
|
|
depends on !BR2_powerpc_power8
|
|
depends on !BR2_powerpc_power8
|
|
|
|
+ # Unsupported MIPS cores
|
|
|
|
+ depends on !BR2_mips_interaptiv
|
|
# gcc-4.8.x + binutils-2.25 is broken for MIPS
|
|
# gcc-4.8.x + binutils-2.25 is broken for MIPS
|
|
depends on !((BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el) && BR2_BINUTILS_VERSION_2_25_X)
|
|
depends on !((BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el) && BR2_BINUTILS_VERSION_2_25_X)
|
|
# Unsupported for MIPS R5
|
|
# Unsupported for MIPS R5
|
|
@@ -74,6 +78,8 @@ choice
|
|
depends on !BR2_arc && !BR2_bfin
|
|
depends on !BR2_arc && !BR2_bfin
|
|
# Broken or unsupported ARM cores
|
|
# Broken or unsupported ARM cores
|
|
depends on !BR2_cortex_a17
|
|
depends on !BR2_cortex_a17
|
|
|
|
+ # Unsupported MIPS cores
|
|
|
|
+ depends on !BR2_mips_interaptiv
|
|
# Unsupported for MIPS R5
|
|
# Unsupported for MIPS R5
|
|
depends on !BR2_MIPS_CPU_MIPS32R5 && !BR2_MIPS_CPU_MIPS64R5
|
|
depends on !BR2_MIPS_CPU_MIPS32R5 && !BR2_MIPS_CPU_MIPS64R5
|
|
# Unsupported for MIPS R6
|
|
# Unsupported for MIPS R6
|
|
@@ -93,6 +99,8 @@ choice
|
|
depends on !BR2_arc && !BR2_bfin
|
|
depends on !BR2_arc && !BR2_bfin
|
|
# musl ppc64 unsupported
|
|
# musl ppc64 unsupported
|
|
depends on !(BR2_TOOLCHAIN_USES_MUSL && (BR2_powerpc64 || BR2_powerpc64el))
|
|
depends on !(BR2_TOOLCHAIN_USES_MUSL && (BR2_powerpc64 || BR2_powerpc64el))
|
|
|
|
+ # Unsupported MIPS cores
|
|
|
|
+ depends on !BR2_mips_interaptiv
|
|
# musl mips64 unsupported
|
|
# musl mips64 unsupported
|
|
depends on !(BR2_TOOLCHAIN_USES_MUSL && (BR2_mips64 || BR2_mips64el))
|
|
depends on !(BR2_TOOLCHAIN_USES_MUSL && (BR2_mips64 || BR2_mips64el))
|
|
select BR2_GCC_NEEDS_MPC
|
|
select BR2_GCC_NEEDS_MPC
|