summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Rules.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Rules.mak b/test/Rules.mak
index b9dabbd..e42a975 100644
--- a/test/Rules.mak
+++ b/test/Rules.mak
@@ -24,6 +24,7 @@ TARGET_ARCH:=$(shell $(CC) -dumpmachine | sed -e s'/-.*//' \
-e 's/parisc.*/hppa/' \
-e 's/ppc/powerpc/g' \
-e 's/sh[234]/sh/' \
+ -e 's/microblaze.*/microblaze/' \
-e 's/mips.*/mips/' \
-e 's/cris.*/cris/' \
-e 's/xtensa.*/xtensa/' \