|
@@ -152,6 +152,18 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201009
|
|
- SH4A, uClibc, little endian
|
|
- SH4A, uClibc, little endian
|
|
- SH4A, uClibc, big endian
|
|
- SH4A, uClibc, big endian
|
|
|
|
|
|
|
|
+config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH2A_201009
|
|
|
|
+ bool "CodeSoucery SH 2010.09"
|
|
|
|
+ depends on BR2_sh2a_nofpueb || BR2_sh2eb
|
|
|
|
+ select BR2_TOOLCHAIN_EXTERNAL_UCLIBC
|
|
|
|
+ select BR2_INSTALL_LIBSTDCPP
|
|
|
|
+ help
|
|
|
|
+ Toolchain for the SuperH architecture, from CodeSourcery. It
|
|
|
|
+ uses gcc 4.5.1, binutils 2.20, uClibc 0.9.30, gdb 7.2.50 and
|
|
|
|
+ kernel headers 2.6.35.2. It has support for
|
|
|
|
+ the following variants:
|
|
|
|
+ - SH2A, uClibc, big endian
|
|
|
|
+
|
|
config BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2010RC1
|
|
config BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2010RC1
|
|
bool "Blackfin.uclinux.org 2010RC1"
|
|
bool "Blackfin.uclinux.org 2010RC1"
|
|
depends on BR2_bfin
|
|
depends on BR2_bfin
|
|
@@ -206,6 +218,7 @@ config BR2_TOOLCHAIN_EXTERNAL_PREFIX
|
|
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
|
|
default "sh-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201009
|
|
default "sh-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201009
|
|
|
|
+ default "sh-uclinux" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH2A_201009
|
|
default "bfin-uclinux" if BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2010RC1 && !BR2_BFIN_FDPIC
|
|
default "bfin-uclinux" if BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2010RC1 && !BR2_BFIN_FDPIC
|
|
default "bfin-linux-uclibc" if BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2010RC1 && BR2_BFIN_FDPIC
|
|
default "bfin-linux-uclibc" if BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2010RC1 && BR2_BFIN_FDPIC
|
|
default $(BR2_TOOLCHAIN_EXTERNAL_CUSTOM_PREFIX) \
|
|
default $(BR2_TOOLCHAIN_EXTERNAL_CUSTOM_PREFIX) \
|