Commit f48c3dd51a0013850abe119353f6717978a4aac4

Authored by bellard
1 parent 62296fe3

-statis for test-i386


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@72 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
tests/Makefile
... ... @@ -28,7 +28,7 @@ testthread: testthread.c
28 28 # i386 emulation test (test various opcodes) */
29 29 test-i386: test-i386.c test-i386-code16.S \
30 30 test-i386.h test-i386-shift.h test-i386-muldiv.h
31   - $(CC) $(CFLAGS) $(LDFLAGS) -o $@ test-i386.c test-i386-code16.S -lm
  31 + $(CC) $(CFLAGS) $(LDFLAGS) -static -o $@ test-i386.c test-i386-code16.S -lm
32 32  
33 33 test: test-i386
34 34 ifeq ($(ARCH),i386)
... ...