OSDN Git Service

rewrite all superh targets to just sh
authorMike Frysinger <vapier@gentoo.org>
Sun, 18 Feb 2007 13:58:24 +0000 (13:58 -0000)
committerMike Frysinger <vapier@gentoo.org>
Sun, 18 Feb 2007 13:58:24 +0000 (13:58 -0000)
Rules.mak

index 3e09fc1..3cc699f 100644 (file)
--- 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/ )