]> xenbits.xensource.com Git - qemu-xen-4.4-testing.git/commitdiff
more targets
authorbellard <bellard>
Tue, 6 Dec 2005 21:44:55 +0000 (21:44 +0000)
committerbellard <bellard>
Tue, 6 Dec 2005 21:44:55 +0000 (21:44 +0000)
tests/Makefile

index ed643e34891609b6c22fd1d57274843232920e4e..be26243e0de616b31f1225cbdb1e67732df7851c 100644 (file)
@@ -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