From 3c51961e0e9e0e20415825af8e9babc2f086ebe0 Mon Sep 17 00:00:00 2001 From: bellard Date: Tue, 29 Apr 2003 21:34:02 +0000 Subject: update git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@120 c046a42c-6fe2-441c-8c8c-71466251a162 --- tests/.cvsignore | 6 ------ tests/Makefile | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) (limited to 'tests') diff --git a/tests/.cvsignore b/tests/.cvsignore index 9b6d517..b70d47b 100644 --- a/tests/.cvsignore +++ b/tests/.cvsignore @@ -3,16 +3,10 @@ hello sha1.test.c sha1.c - op.c test-i386 sha1 testclone - interp.h - interploop.c .gdb_history - cachegrind.out - interp.c - interp testthread test-i386.s test-i386.ref diff --git a/tests/Makefile b/tests/Makefile index 386cb3c..6a55d20 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -32,7 +32,7 @@ test_path: test_path.c # i386 emulation test (test various opcodes) */ test-i386: test-i386.c test-i386-code16.S \ test-i386.h test-i386-shift.h test-i386-muldiv.h - $(CC) $(CFLAGS) $(LDFLAGS) -static -o $@ test-i386.c test-i386-code16.S -lm + $(CC) $(CFLAGS) $(LDFLAGS) -o $@ test-i386.c test-i386-code16.S -lm test: test-i386 ifeq ($(ARCH),i386) -- cgit v1.1