|
|
@@ -7,6 +7,7 @@ config BR2_TOOLCHAIN_EXTERNAL_LINARO_2012_12
|
|
|
bool "Linaro 2012.12"
|
|
|
depends on BR2_arm
|
|
|
depends on BR2_cortex_a5 || BR2_cortex_a8 || BR2_cortex_a9 || BR2_cortex_a15
|
|
|
+ depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
@@ -24,6 +25,7 @@ config BR2_TOOLCHAIN_EXTERNAL_LINARO_2012_11
|
|
|
bool "Linaro 2012.11"
|
|
|
depends on BR2_arm
|
|
|
depends on BR2_cortex_a5 || BR2_cortex_a8 || BR2_cortex_a9 || BR2_cortex_a15
|
|
|
+ depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
@@ -41,6 +43,7 @@ config BR2_TOOLCHAIN_EXTERNAL_LINARO_2012_10
|
|
|
bool "Linaro 2012.10"
|
|
|
depends on BR2_arm
|
|
|
depends on BR2_cortex_a5 || BR2_cortex_a8 || BR2_cortex_a9 || BR2_cortex_a15
|
|
|
+ depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
@@ -61,6 +64,7 @@ comment "Linaro toolchains available for Cortex-A{5,8,9,15}"
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201203
|
|
|
bool "Sourcery CodeBench ARM 2012.03"
|
|
|
depends on BR2_arm
|
|
|
+ depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
@@ -83,6 +87,7 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201203
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201109
|
|
|
bool "Sourcery CodeBench ARM 2011.09"
|
|
|
depends on BR2_arm
|
|
|
+ depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
@@ -105,6 +110,7 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201109
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201209
|
|
|
bool "Sourcery CodeBench MIPS 2012.09"
|
|
|
depends on BR2_mips || BR2_mipsel
|
|
|
+ depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
@@ -173,6 +179,7 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201209
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201203
|
|
|
bool "Sourcery CodeBench MIPS 2012.03"
|
|
|
depends on BR2_mips || BR2_mipsel
|
|
|
+ depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
@@ -241,6 +248,7 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201203
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201103
|
|
|
bool "Sourcery CodeBench ARM 2011.03"
|
|
|
depends on BR2_arm
|
|
|
+ depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
@@ -263,6 +271,7 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201103
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201109
|
|
|
bool "Sourcery CodeBench MIPS 2011.09"
|
|
|
depends on BR2_mips || BR2_mipsel
|
|
|
+ depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
@@ -331,6 +340,7 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201109
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201103
|
|
|
bool "Sourcery CodeBench PowerPC 2011.03"
|
|
|
depends on BR2_powerpc
|
|
|
+ depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
@@ -359,6 +369,7 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201103
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201009
|
|
|
bool "Sourcery CodeBench PowerPC 2010.09"
|
|
|
depends on BR2_powerpc
|
|
|
+ depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
@@ -387,6 +398,7 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201009
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201209
|
|
|
bool "Sourcery CodeBench SH 2012.09"
|
|
|
depends on BR2_sh4a || BR2_sh4aeb
|
|
|
+ depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
@@ -407,6 +419,7 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201209
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201203
|
|
|
bool "Sourcery CodeBench SH 2012.03"
|
|
|
depends on BR2_sh4a || BR2_sh4aeb
|
|
|
+ depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
help
|
|
|
@@ -426,6 +439,7 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201203
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201103
|
|
|
bool "Sourcery CodeBench SH 2011.03"
|
|
|
depends on BR2_sh4a || BR2_sh4aeb
|
|
|
+ depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
@@ -446,6 +460,7 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201103
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH2A_201103
|
|
|
bool "Sourcery CodeBench SH 2011.03"
|
|
|
depends on BR2_sh2a
|
|
|
+ depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
|
|
|
select BR2_LARGEFILE
|
|
|
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
@@ -463,6 +478,7 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH2A_201103
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH2A_201009
|
|
|
bool "Sourcery CodeBench SH 2010.09"
|
|
|
depends on BR2_sh2a
|
|
|
+ depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
|
|
|
select BR2_LARGEFILE
|
|
|
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
@@ -480,6 +496,7 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH2A_201009
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_X86_201209
|
|
|
bool "Sourcery CodeBench x86/x86_64 2012.09"
|
|
|
depends on BR2_i386 || BR2_x86_64
|
|
|
+ depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
@@ -502,6 +519,7 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_X86_201209
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_X86_201203
|
|
|
bool "Sourcery CodeBench x86/x86_64 2012.03"
|
|
|
depends on BR2_i386 || BR2_x86_64
|
|
|
+ depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
help
|
|
|
@@ -523,6 +541,7 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_X86_201203
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_X86_201109
|
|
|
bool "Sourcery CodeBench x86/x86_64 2011.09"
|
|
|
depends on BR2_i386 || BR2_x86_64
|
|
|
+ depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
@@ -545,6 +564,7 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_X86_201109
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R1
|
|
|
bool "Blackfin.uclinux.org 2012R1-BETA1"
|
|
|
depends on BR2_bfin
|
|
|
+ depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_LARGEFILE
|
|
|
@@ -560,6 +580,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R1
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2011R1
|
|
|
bool "Blackfin.uclinux.org 2011R1-RC4"
|
|
|
depends on BR2_bfin
|
|
|
+ depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_LARGEFILE
|
|
|
@@ -575,6 +596,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2011R1
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2010RC1
|
|
|
bool "Blackfin.uclinux.org 2010RC1"
|
|
|
depends on BR2_bfin
|
|
|
+ depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
select BR2_LARGEFILE
|
|
|
@@ -590,6 +612,7 @@ config BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2010RC1
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_XILINX_MICROBLAZEEL_V2
|
|
|
bool "Xilinx Little Endian Microblaze GNU Tools"
|
|
|
depends on BR2_microblazeel
|
|
|
+ depends on BR2_HOSTARCH = "x86_64"
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
help
|
|
|
@@ -599,6 +622,7 @@ config BR2_TOOLCHAIN_EXTERNAL_XILINX_MICROBLAZEEL_V2
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_XILINX_MICROBLAZEBE_V2
|
|
|
bool "Xilinx Big Endian Microblaze GNU Tools"
|
|
|
depends on BR2_microblazebe
|
|
|
+ depends on BR2_HOSTARCH = "x86_64"
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
help
|
|
|
@@ -608,6 +632,7 @@ config BR2_TOOLCHAIN_EXTERNAL_XILINX_MICROBLAZEBE_V2
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_LINARO_AARCH64_12_12
|
|
|
bool "Linaro AArch64 12.12"
|
|
|
depends on BR2_aarch64
|
|
|
+ depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
help
|
|
|
@@ -617,6 +642,7 @@ config BR2_TOOLCHAIN_EXTERNAL_LINARO_AARCH64_12_12
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_LINARO_AARCH64_12_11
|
|
|
bool "Linaro AArch64 12.11"
|
|
|
depends on BR2_aarch64
|
|
|
+ depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
help
|
|
|
@@ -626,6 +652,7 @@ config BR2_TOOLCHAIN_EXTERNAL_LINARO_AARCH64_12_11
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_LINARO_AARCH64_12_10
|
|
|
bool "Linaro AArch64 12.10"
|
|
|
depends on BR2_aarch64
|
|
|
+ depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
|
|
help
|