From d5eb7360d558e462983653007329c45004ac19f0 Mon Sep 17 00:00:00 2001 From: Bryan Hundven Date: Sat, 21 Nov 2015 01:26:42 -0800 Subject: uClibc: remove references to sh64* As per the change notes of GCC-6: https://gcc.gnu.org/gcc-6/changes.html and conversations I've had with the buildroot folks, there is no need to support sh5/sh64. Signed-off-by: Bryan Hundven diff --git a/scripts/build/libc/uClibc.sh b/scripts/build/libc/uClibc.sh index 07c1ec7..1868a79 100644 --- a/scripts/build/libc/uClibc.sh +++ b/scripts/build/libc/uClibc.sh @@ -260,7 +260,6 @@ manage_uClibc_config() { x86:32) arch=i386;; x86:64) arch=x86_64;; sh:32) arch="sh";; - sh:64) arch="sh64";; *) arch="${CT_ARCH}";; esac # Also remove stripping: its the responsibility of the -- cgit v0.10.2-6-g49f6