diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-04-19 09:39:52 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-22 22:59:08 +0200 |
commit | c68c365d2937920df1f2062e4821ebb6d21d195e (patch) | |
tree | 33949f5a86bd28ab5fd60186884ed8cd6ef750c0 | |
parent | 4c552029cb877786c67ff77447c5ffe1d370ae50 (diff) | |
download | buildroot-c68c365d2937920df1f2062e4821ebb6d21d195e.tar.gz buildroot-c68c365d2937920df1f2062e4821ebb6d21d195e.zip |
toolchain-external: remove CS sh2 toolchains
Normally we'd deprecate them, but:
1) They don't support IPv6 and it's being removed so it makes no sense.
2) They're based on uClibc 0.9.30-ish which is very old and surely has
package build breakage all over it.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | toolchain/toolchain-external/Config.in | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/toolchain/toolchain-external/Config.in b/toolchain/toolchain-external/Config.in index cd2115bced..440de18a39 100644 --- a/toolchain/toolchain-external/Config.in +++ b/toolchain/toolchain-external/Config.in @@ -630,44 +630,6 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201103 - 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 - depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" - select BR2_TOOLCHAIN_EXTERNAL_UCLIBC - select BR2_TOOLCHAIN_HAS_NATIVE_RPC - select BR2_USE_WCHAR - select BR2_TOOLCHAIN_HAS_THREADS - select BR2_TOOLCHAIN_HAS_THREADS_DEBUG - select BR2_INSTALL_LIBSTDCPP - select BR2_HOSTARCH_NEEDS_IA32_LIBS - # kernel headers: 2.6.38 - help - Sourcery CodeBench toolchain for the SuperH architecture, - from Mentor Graphics. It uses gcc 4.5.2, binutils 2.20, - uClibc 0.9.30, gdb 7.2.50 and kernel headers 2.6.38. It has - support for the following variants: - - SH2A, uClibc, big endian - -config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH2A_201009 - bool "Sourcery CodeBench SH 2010.09" - depends on BR2_sh2a - depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" - select BR2_TOOLCHAIN_EXTERNAL_UCLIBC - select BR2_TOOLCHAIN_HAS_NATIVE_RPC - select BR2_USE_WCHAR - select BR2_TOOLCHAIN_HAS_THREADS - select BR2_TOOLCHAIN_HAS_THREADS_DEBUG - select BR2_INSTALL_LIBSTDCPP - select BR2_HOSTARCH_NEEDS_IA32_LIBS - # kernel headers: 2.6.35 - help - Sourcery CodeBench toolchain for the SuperH architecture, - from Mentor Graphics. 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_CODESOURCERY_AMD64_201405 bool "Sourcery CodeBench AMD64 2014.05" depends on BR2_x86_64 |