From: Chen Wei-Ren Date: Tue, 15 Nov 2011 12:47:07 +0000 (+0800) Subject: tests/Makefile: Remove qruncom target X-Git-Tag: v1.1-rc0~764^2~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e7764a465855568d2813d6ff1099b75f3edd53e8;p=thirdparty%2Fqemu.git tests/Makefile: Remove qruncom target Remove qruncom target from the Makefile file. Reviewed-by: Peter Maydell Signed-off-by: Chen Wei-Ren Signed-off-by: Stefan Hajnoczi --- diff --git a/tests/Makefile b/tests/Makefile index 430e0c17765..15e36a208c7 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 $@ $<