Skip to content

Commit

Permalink
tests/Makefile: Remove qruncom target
Browse files Browse the repository at this point in the history
  Remove qruncom target from the Makefile file.

Reviewed-by: Peter Maydell <[email protected]>
Signed-off-by: Chen Wei-Ren <[email protected]>
Signed-off-by: Stefan Hajnoczi <[email protected]>
  • Loading branch information
Chen Wei-Ren authored and Stefan Hajnoczi committed Dec 9, 2011
1 parent 46d5dee commit e7764a4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,6 @@ speed: sha1 sha1-i386
time ./sha1
time $(QEMU) ./sha1-i386

# broken test
# NOTE: -fomit-frame-pointer is currently needed : this is a bug in libqemu
qruncom: qruncom.c ../ioport-user.c ../i386-user/libqemu.a
$(CC) $(CFLAGS) -fomit-frame-pointer $(LDFLAGS) -I../target-i386 -I.. -I../i386-user -I../fpu \
-o $@ $(filter %.c, $^) -L../i386-user -lqemu -lm

# arm test
hello-arm: hello-arm.o
arm-linux-ld -o $@ $<
Expand Down

0 comments on commit e7764a4

Please sign in to comment.