Browse Source

recognize big endian superh as sh

Waldemar Brodkorb 7 years ago
parent
commit
8129e1c5cf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/Rules.mak

+ 1 - 1
test/Rules.mak

@@ -23,7 +23,7 @@ TARGET_ARCH:=$(shell $(CC) -dumpmachine | sed -e s'/-.*//' \
 	-e 's/m68k.*/m68k/' \
 	-e 's/parisc.*/hppa/' \
 	-e 's/ppc/powerpc/g' \
-	-e 's/sh[234]/sh/' \
+	-e 's/sh[234].*/sh/' \
 	-e 's/microblaze.*/microblaze/' \
 	-e 's/mips.*/mips/' \
 	-e 's/cris.*/cris/' \