From 9d8e9c09932455a21c57559925def82361b23a09 Mon Sep 17 00:00:00 2001 From: bellard Date: Wed, 5 Mar 2003 20:57:02 +0000 Subject: bsx/float tests git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@21 c046a42c-6fe2-441c-8c8c-71466251a162 --- tests/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/Makefile') diff --git a/tests/Makefile b/tests/Makefile index 30022b19a..7decbf542 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -13,14 +13,14 @@ hello: hello.c $(CC) -nostdlib $(CFLAGS) -static $(LDFLAGS) -o $@ $< test1: test1.c - $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< + $(CC) $(CFLAGS) -static $(LDFLAGS) -o $@ $< test2: test2.c $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< # i386 emulation test (dump various opcodes) */ test-i386: test-i386.c test-i386.h test-i386-shift.h test-i386-muldiv.h - $(CC) $(CFLAGS) $(LDFLAGS) -static -o $@ $< + $(CC) $(CFLAGS) $(LDFLAGS) -static -o $@ $< -lm test: test-i386 ./test-i386 > test-i386.ref -- cgit v1.2.3