mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-03-11 15:04:19 +00:00
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>
This commit is contained in:
parent
ced321f73c
commit
d5eb7360d5
@ -260,7 +260,6 @@ manage_uClibc_config() {
|
|||||||
x86:32) arch=i386;;
|
x86:32) arch=i386;;
|
||||||
x86:64) arch=x86_64;;
|
x86:64) arch=x86_64;;
|
||||||
sh:32) arch="sh";;
|
sh:32) arch="sh";;
|
||||||
sh:64) arch="sh64";;
|
|
||||||
*) arch="${CT_ARCH}";;
|
*) arch="${CT_ARCH}";;
|
||||||
esac
|
esac
|
||||||
# Also remove stripping: its the responsibility of the
|
# Also remove stripping: its the responsibility of the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user