summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-11-03 12:16:52 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-11-03 12:16:52 +0100
commit29d1023614fcfef8520edec8b64e9f8953d9a121 (patch)
treefdc682abf63fb6a57c06f70379a2990b1e003125
parentb0dc7f928db08734fe681f49b9741da9d148e01a (diff)
add microblaze handling
-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/' \