summaryrefslogtreecommitdiff
path: root/scripts/build/libc/uClibc.sh
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2015-11-21 09:26:42 (GMT)
committerBryan Hundven <bryanhundven@gmail.com>2015-11-21 09:26:42 (GMT)
commitd5eb7360d558e462983653007329c45004ac19f0 (patch)
tree1656d5dfa577244e975df7b6ba04c8f229a6fee5 /scripts/build/libc/uClibc.sh
parentced321f73c8373f4d3212bcaede7de073e3e27fe (diff)
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 <bryanhundven@gmail.com>
Diffstat (limited to 'scripts/build/libc/uClibc.sh')
-rw-r--r--scripts/build/libc/uClibc.sh1
1 files changed, 0 insertions, 1 deletions
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