소스 검색

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/' \