|
@@ -2,6 +2,7 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS
|
|
|
bool "Sourcery CodeBench MIPS 2016.05"
|
|
|
depends on BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el
|
|
|
depends on BR2_MIPS_CPU_MIPS32R2 || BR2_MIPS_CPU_MIPS64R2
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_6
|
|
|
# Unsupported MIPS cores
|
|
|
depends on !BR2_mips_interaptiv
|
|
|
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
|
@@ -89,5 +90,6 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS
|
|
|
Select BR2_SOFT_FLOAT
|
|
|
|
|
|
comment "Sourcery CodeBench toolchains are only available for MIPS/MIPS64 o32 and n64"
|
|
|
+ depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_6
|
|
|
depends on BR2_MIPS_NABI32
|
|
|
depends on !BR2_STATIC_LIBS
|