From 1f9c1087f21376715f9abd9ff3f6416a90bba388 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 18 Feb 2007 13:58:24 +0000 Subject: rewrite all superh targets to just sh --- Rules.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rules.mak b/Rules.mak index 3e09fc118..3cc699f26 100644 --- a/Rules.mak +++ b/Rules.mak @@ -48,7 +48,7 @@ STRIP_FLAGS ?= -x -R .note -R .comment HOSTCC = gcc BUILD_CFLAGS = -O2 -Wall export ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun.*/sparc/ -e s/sparc.*/sparc/ \ - -e s/arm.*/arm/ -e s/sa110/arm/ \ + -e s/arm.*/arm/ -e s/sa110/arm/ -e s/sh.*/sh/ \ -e s/s390x/s390/ -e s/parisc.*/hppa/ \ -e s/ppc.*/powerpc/ -e s/mips.*/mips/ ) -- cgit v1.2.3