diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/Rules.mak | 1 |
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/' \ |