ソースを参照

rewrite all superh targets to just sh

Mike Frysinger 17 年 前
コミット
1f9c1087f2
1 ファイル変更1 行追加1 行削除
  1. 1 1
      Rules.mak

+ 1 - 1
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/ )