summaryrefslogtreecommitdiff
path: root/test/Rules.mak
diff options
context:
space:
mode:
Diffstat (limited to 'test/Rules.mak')
-rw-r--r--test/Rules.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Rules.mak b/test/Rules.mak
index e42a975..4e76ed3 100644
--- a/test/Rules.mak
+++ b/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/' \