summaryrefslogtreecommitdiff
path: root/toolchain/toolchain-buildroot
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2016-09-08 15:38:57 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-09-08 22:15:15 +0200
commit4338a319b72570e433fd7484f8a95e1e0e978941 (patch)
tree7c6779bab5b80dff478d88efd3849f1927917e58 /toolchain/toolchain-buildroot
parent524b6b85595274ca13bd7d01adb61ce2dddd786c (diff)
arch: remove support for sh64
It's been deprecated for quite some time now. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'toolchain/toolchain-buildroot')
-rw-r--r--toolchain/toolchain-buildroot/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/toolchain-buildroot/Config.in b/toolchain/toolchain-buildroot/Config.in
index 9fdfb4282..8e275c22f 100644
--- a/toolchain/toolchain-buildroot/Config.in
+++ b/toolchain/toolchain-buildroot/Config.in
@@ -48,8 +48,8 @@ config BR2_TOOLCHAIN_BUILDROOT_GLIBC
BR2_aarch64_be || BR2_i386 || BR2_mips || \
BR2_mipsel || BR2_mips64 || BR2_mips64el|| \
BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le || \
- BR2_sh || BR2_sh64 || BR2_sparc64 || \
- BR2_x86_64 || BR2_microblaze || BR2_nios2
+ BR2_sh || BR2_sparc64 || BR2_x86_64 || \
+ BR2_microblaze || BR2_nios2
depends on BR2_USE_MMU
depends on !BR2_STATIC_LIBS
depends on !BR2_powerpc_SPE