From 78a9f68682c6b4ba33b166600b3f61f5753bc77c Mon Sep 17 00:00:00 2001 From: bellard Date: Tue, 6 Dec 2005 21:44:55 +0000 Subject: [PATCH] more targets --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile b/tests/Makefile index ed643e348..be26243e0 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 -- 2.39.5