From 29d1023614fcfef8520edec8b64e9f8953d9a121 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 3 Nov 2016 12:16:52 +0100 Subject: add microblaze handling --- test/Rules.mak | 1 + 1 file changed, 1 insertion(+) 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/' \ -- cgit v1.2.3