diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-11-03 12:16:52 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-11-03 12:16:52 +0100 |
commit | 29d1023614fcfef8520edec8b64e9f8953d9a121 (patch) | |
tree | fdc682abf63fb6a57c06f70379a2990b1e003125 | |
parent | b0dc7f928db08734fe681f49b9741da9d148e01a (diff) |
add microblaze handling
-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/' \ |