Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 12760cb4 authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: Fix up uname -m matching for native sh64.



Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 03713bd2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -169,7 +169,7 @@ SUBARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \
				  -e s/arm.*/arm/ -e s/sa110/arm/ \
				  -e s/s390x/s390/ -e s/parisc64/parisc/ \
				  -e s/ppc.*/powerpc/ -e s/mips.*/mips/ \
				  -e s/sh[234].*/sh/ )
				  -e s/sh.*/sh/ )

# Cross compiling and selecting different set of gcc/bin-utils
# ---------------------------------------------------------------------------