|
@@ -432,6 +432,25 @@ config BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2010RC1
|
|
Toolchain for the Blackfin architecture, from
|
|
Toolchain for the Blackfin architecture, from
|
|
http://blackfin.uclinux.org.
|
|
http://blackfin.uclinux.org.
|
|
|
|
|
|
|
|
+config BR2_TOOLCHAIN_EXTERNAL_XILINX_MICROBLAZEEL_V2
|
|
|
|
+ bool "Xilinx Little Endian Microblaze GNU Tools"
|
|
|
|
+ depends on BR2_microblazeel
|
|
|
|
+ select BR2_LARGEFILE
|
|
|
|
+ select BR2_INET_IPV6
|
|
|
|
+ select BR2_INET_RPC
|
|
|
|
+ select BR2_ENABLE_LOCALE
|
|
|
|
+ select BR2_USE_WCHAR
|
|
|
|
+ help
|
|
|
|
+ Toolchain for the Microblaze architecture, from
|
|
|
|
+ http://wiki.xilinx.com/mb-gnu-tools
|
|
|
|
+
|
|
|
|
+config BR2_TOOLCHAIN_EXTERNAL_XILINX_MICROBLAZEBE_V2
|
|
|
|
+ bool "Xilinx Big Endian Microblaze GNU Tools"
|
|
|
|
+ depends on BR2_microblazebe
|
|
|
|
+ help
|
|
|
|
+ Toolchain for the Microblaze architecture, from
|
|
|
|
+ http://wiki.xilinx.com/mb-gnu-tools
|
|
|
|
+
|
|
config BR2_TOOLCHAIN_EXTERNAL_CUSTOM
|
|
config BR2_TOOLCHAIN_EXTERNAL_CUSTOM
|
|
bool "Custom toolchain"
|
|
bool "Custom toolchain"
|
|
help
|
|
help
|
|
@@ -470,6 +489,8 @@ config BR2_TOOLCHAIN_EXTERNAL_PREFIX
|
|
default "arm-none-linux-gnueabi" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201009
|
|
default "arm-none-linux-gnueabi" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201009
|
|
default "arm-none-linux-gnueabi" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201103
|
|
default "arm-none-linux-gnueabi" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201103
|
|
default "arm-none-linux-gnueabi" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201109
|
|
default "arm-none-linux-gnueabi" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201109
|
|
|
|
+ default "microblazeel-unknown-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_XILINX_MICROBLAZEEL_V2
|
|
|
|
+ default "microblaze-unknown-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_XILINX_MICROBLAZEBE_V2
|
|
default "mips-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS44
|
|
default "mips-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS44
|
|
default "mips-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201103
|
|
default "mips-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201103
|
|
default "powerpc-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201009
|
|
default "powerpc-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201009
|