Browse Source

add microblaze handling

Waldemar Brodkorb 7 years ago
parent
commit
29d1023614
1 changed files with 1 additions and 0 deletions
  1. 1 0
      test/Rules.mak

+ 1 - 0
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/' \