|
@@ -614,23 +614,6 @@ config BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R1
|
|
|
Toolchain for the Blackfin architecture, from
|
|
|
http://blackfin.uclinux.org.
|
|
|
|
|
|
-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
|
|
|
- select BR2_INET_IPV6
|
|
|
- select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
- select BR2_USE_WCHAR
|
|
|
- select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
- select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
- select BR2_HOSTARCH_NEEDS_IA32_LIBS
|
|
|
- help
|
|
|
- Toolchain for the Blackfin architecture, from
|
|
|
- http://blackfin.uclinux.org.
|
|
|
-
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_XILINX_MICROBLAZEEL_14_3
|
|
|
bool "Xilinx Little Endian Microblaze GNU Tools"
|
|
|
depends on BR2_microblazeel
|
|
@@ -784,8 +767,6 @@ config BR2_TOOLCHAIN_EXTERNAL_PREFIX
|
|
|
default "i686-pc-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_X86_201109
|
|
|
default "i686-pc-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_X86_201203
|
|
|
default "i686-pc-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_X86_201209
|
|
|
- default "bfin-uclinux" if BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2011R1 && BR2_BINFMT_FLAT
|
|
|
- default "bfin-linux-uclibc" if BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2011R1 && BR2_BINFMT_FDPIC
|
|
|
default "bfin-uclinux" if BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R1 && BR2_BINFMT_FLAT
|
|
|
default "bfin-linux-uclibc" if BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R1 && BR2_BINFMT_FDPIC
|
|
|
default "bfin-uclinux" if BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2 && BR2_BINFMT_FLAT
|