diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2015-11-21 01:26:42 -0800 |
---|---|---|
committer | Bryan Hundven <bryanhundven@gmail.com> | 2015-11-21 01:26:42 -0800 |
commit | d5eb7360d558e462983653007329c45004ac19f0 (patch) | |
tree | 1656d5dfa577244e975df7b6ba04c8f229a6fee5 /scripts/build/libc | |
parent | ced321f73c8373f4d3212bcaede7de073e3e27fe (diff) | |
download | crosstool-ng-d5eb7360d558e462983653007329c45004ac19f0.tar.gz crosstool-ng-d5eb7360d558e462983653007329c45004ac19f0.tar.bz2 crosstool-ng-d5eb7360d558e462983653007329c45004ac19f0.zip |
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')
-rw-r--r-- | scripts/build/libc/uClibc.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/build/libc/uClibc.sh b/scripts/build/libc/uClibc.sh index 07c1ec70..1868a790 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 |