1 config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH
2 bool "Sourcery CodeBench SH 2012.09"
3 depends on BR2_sh4a || BR2_sh4aeb
4 depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
5 depends on !BR2_STATIC_LIBS
6 select BR2_TOOLCHAIN_EXTERNAL_GLIBC
7 select BR2_TOOLCHAIN_HAS_SSP
8 select BR2_TOOLCHAIN_HAS_NATIVE_RPC
9 select BR2_INSTALL_LIBSTDCPP
10 select BR2_HOSTARCH_NEEDS_IA32_LIBS
11 select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_5
12 select BR2_TOOLCHAIN_GCC_AT_LEAST_4_7
14 Sourcery CodeBench toolchain for the SuperH architecture,
15 from Mentor Graphics. It uses gcc 4.7.2, binutils 2.23.51,
16 glibc 2.16, uClibc 0.9.30, gdb 7.4.50 and kernel headers
17 3.5.4. It has support for the following variants:
18 - SH4A, glibc, little endian
20 - SH4A, glibc, big endian
21 Add -mb to BR2_TARGET_OPTIMIZATION
22 - SH4A, uClibc, little endian
23 Not usable in Buildroot yet.
24 - SH4A, uClibc, big endian
25 Not usable in Buildroot yet.