|
@@ -196,6 +196,8 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201505
|
|
|
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
|
|
depends on !BR2_MIPS_NABI32
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
+ # Unsupported for MIPS R6
|
|
|
+ depends on !BR2_mips_32r6 && !BR2_mips_64r6
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -282,6 +284,8 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201411
|
|
|
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
|
|
depends on !BR2_MIPS_NABI32
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
+ # Unsupported for MIPS R6
|
|
|
+ depends on !BR2_mips_32r6 && !BR2_mips_64r6
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -368,6 +372,8 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201405
|
|
|
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
|
|
depends on !BR2_MIPS_NABI32
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
+ # Unsupported for MIPS R6
|
|
|
+ depends on !BR2_mips_32r6 && !BR2_mips_64r6
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
@@ -824,6 +830,8 @@ config BR2_TOOLCHAIN_EXTERNAL_MUSL_CROSS
|
|
|
(BR2_i386 && !BR2_x86_i386) || BR2_microblazebe || BR2_mips || \
|
|
|
BR2_mipsel || (BR2_powerpc && BR2_powerpc_CLASSIC) || BR2_x86_64
|
|
|
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
|
|
+ # Unsupported for MIPS R6
|
|
|
+ depends on !BR2_mips_32r6 && !BR2_mips_64r6
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_MUSL
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_HOSTARCH_NEEDS_IA32_LIBS
|