]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/Makefile
glibc2.2 fixes - more command line options - misc doc fixes
[mirror_qemu.git] / tests / Makefile
index 495dbf3f4c97fbd2760ba2885c2fcad747b5f734..0d0fb9b956690487c61f62937d0f4df05d63a391 100644 (file)
@@ -28,7 +28,7 @@ testthread: testthread.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)