瀏覽代碼

add microblaze handling

Waldemar Brodkorb 7 年之前
父節點
當前提交
29d1023614
共有 1 個文件被更改,包括 1 次插入0 次删除
  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/' \