/[qemu]/qemu/tests/Makefile
ViewVC logotype

Diff of /qemu/tests/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.19 by bellard, Mon Jun 9 15:30:37 2003 UTC revision 1.20 by bellard, Sun Jun 15 19:37:07 2003 UTC
# Line 59  speed: sha1 sha1-i386 Line 59  speed: sha1 sha1-i386
59  runcom: runcom.c  runcom: runcom.c
60          $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $<          $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $<
61    
62    # arm test
63    hello-arm: hello-arm.o
64            arm-linux-ld -o $@ $<
65    
66    hello-arm.o: hello-arm.c
67            arm-linux-gcc -Wall -g -O2 -c -o $@ $<
68    
69  clean:  clean:
70          rm -f *~ *.o $(TESTS)          rm -f *~ *.o $(TESTS)

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26