Parent Directory
|
Revision Log
|
Patch
| revision 1.33 by bellard, Tue Apr 26 21:39:25 2005 UTC | revision 1.34 by bellard, Mon Dec 5 21:04:50 2005 UTC | |
|---|---|---|
| # | Line 83 hello-arm.o: hello-arm.c | Line 83 hello-arm.o: hello-arm.c |
| 83 | ||
| 84 | # XXX: find a way to compile easily a test for each arch | # XXX: find a way to compile easily a test for each arch |
| 85 | test2: | test2: |
| 86 | @for arch in i386 arm sparc ppc; do \ | @for arch in i386 arm sparc ppc mips; do \ |
| 87 | ../$${arch}-user/qemu-$${arch} $${arch}/ls -l linux-test.c ; \ | ../$${arch}-user/qemu-$${arch} $${arch}/ls -l linux-test.c ; \ |
| 88 | done | done |
| 89 |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |