From: bellard Date: Tue, 6 Dec 2005 21:44:55 +0000 (+0000) Subject: more targets X-Git-Tag: release_0_8_1~195 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=78a9f68682c6b4ba33b166600b3f61f5753bc77c;p=qemu-xen-4.0-testing.git more targets --- diff --git a/tests/Makefile b/tests/Makefile index ed643e34..be26243e 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -83,7 +83,7 @@ hello-arm.o: hello-arm.c # XXX: find a way to compile easily a test for each arch test2: - @for arch in i386 arm sparc ppc mips; do \ + @for arch in i386 arm armeb sparc ppc mips mipsel; do \ ../$${arch}-user/qemu-$${arch} $${arch}/ls -l linux-test.c ; \ done