|
@@ -26,9 +26,11 @@ config BR2_PACKAGE_OPENBLAS_DEFAULT_TARGET
|
|
|
default "PPC970" if BR2_powerpc_970
|
|
|
default "PPC440" if BR2_powerpc_440
|
|
|
default "PPC440FP2" if BR2_powerpc_440fp
|
|
|
- default "P5600" if BR2_mips_32r2
|
|
|
+ # P5600 is built with MSA support which is only available in Codescape toolchains
|
|
|
+ default "P5600" if BR2_mips_32r2 && BR2_TOOLCHAIN_EXTERNAL_CODESCAPE_MTI_MIPS
|
|
|
default "SICORTEX" if BR2_mips_64
|
|
|
- default "I6400" if BR2_mips_64r6
|
|
|
+ # I6400 is built with MSA support which is only available in Codescape toolchains
|
|
|
+ default "I6400" if BR2_mips_64r6 && BR2_TOOLCHAIN_EXTERNAL_CODESCAPE_IMG_MIPS
|
|
|
default "SPARC" if BR2_sparc
|
|
|
default "CORTEXA15" if BR2_cortex_a15
|
|
|
default "CORTEXA9" if BR2_cortex_a9
|