Explorar el Código

add microblaze handling

Waldemar Brodkorb hace 7 años
padre
commit
29d1023614
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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/' \