|
@@ -437,26 +437,6 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201103
|
|
|
- SH4A, uClibc, big endian
|
|
|
Not usable in Buildroot yet.
|
|
|
|
|
|
-config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201009
|
|
|
- bool "Sourcery CodeBench SH 2010.09"
|
|
|
- depends on BR2_sh4a || BR2_sh4aeb
|
|
|
- select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
- select BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
|
- select BR2_INSTALL_LIBSTDCPP
|
|
|
- help
|
|
|
- Sourcery CodeBench toolchain for the SuperH architecture,
|
|
|
- from Mentor Graphics. It uses gcc 4.5.1, binutils 2.20,
|
|
|
- glibc 2.11, uClibc 0.9.30, gdb 7.2.50 and kernel headers
|
|
|
- 2.6.35.2. It has support for the following variants:
|
|
|
- - SH4A, glibc, little endian
|
|
|
- Default.
|
|
|
- - SH4A, glibc, big endian
|
|
|
- Add -mb to BR2_TARGET_OPTIMIZATION
|
|
|
- - SH4A, uClibc, little endian
|
|
|
- Not usable in Buildroot yet.
|
|
|
- - SH4A, uClibc, big endian
|
|
|
- Not usable in Buildroot yet.
|
|
|
-
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH2A_201103
|
|
|
bool "Sourcery CodeBench SH 2011.03"
|
|
|
depends on BR2_sh2a
|
|
@@ -716,7 +696,6 @@ config BR2_TOOLCHAIN_EXTERNAL_PREFIX
|
|
|
default "mips-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS201109
|
|
|
default "powerpc-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201009
|
|
|
default "powerpc-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201103
|
|
|
- default "sh-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201009
|
|
|
default "sh-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201103
|
|
|
default "sh-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201203
|
|
|
default "sh-linux-gnu" if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201209
|