diff options
author | Chen Wei-Ren | 2011-11-15 13:47:07 +0100 |
---|---|---|
committer | Stefan Hajnoczi | 2011-12-09 11:09:51 +0100 |
commit | e7764a465855568d2813d6ff1099b75f3edd53e8 (patch) | |
tree | c92b19408956e60532689cd6dff080737eea7b2e | |
parent | tcg: Remove redundant declarations of TCG_TARGET_REG_BITS (diff) | |
download | qemu-e7764a465855568d2813d6ff1099b75f3edd53e8.tar.gz qemu-e7764a465855568d2813d6ff1099b75f3edd53e8.tar.xz qemu-e7764a465855568d2813d6ff1099b75f3edd53e8.zip |
tests/Makefile: Remove qruncom target
Remove qruncom target from the Makefile file.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Chen Wei-Ren <chenwj@iis.sinica.edu.tw>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
-rw-r--r-- | tests/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/Makefile b/tests/Makefile index 430e0c1776..15e36a208c 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -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 $@ $< |