Commit 56902eee82c1af1e7786be3ca789ea261d9072e6
1 parent
9f25f11f
more targets
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1702 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
1 deletions
tests/Makefile
... | ... | @@ -83,7 +83,7 @@ hello-arm.o: hello-arm.c |
83 | 83 | |
84 | 84 | # XXX: find a way to compile easily a test for each arch |
85 | 85 | test2: |
86 | - @for arch in i386 arm sparc ppc mips; do \ | |
86 | + @for arch in i386 arm armeb sparc ppc mips mipsel; do \ | |
87 | 87 | ../$${arch}-user/qemu-$${arch} $${arch}/ls -l linux-test.c ; \ |
88 | 88 | done |
89 | 89 | ... | ... |