]> git.pld-linux.org Git - packages/qemu.git/blame - qemu-nostatic.patch
- up to 0.10.0
[packages/qemu.git] / qemu-nostatic.patch
CommitLineData
5d2fafcc 1diff -ur qemu-0.9.0-o/Makefile.target qemu-0.9.0/Makefile.target
2--- qemu-0.9.0-o/Makefile.target 2007-02-05 16:01:54.000000000 -0700
3+++ qemu-0.9.0/Makefile.target 2007-02-06 14:34:25.000000000 -0700
4@@ -66,7 +66,7 @@
1d39a171 5 endif # !CONFIG_USER_ONLY
6
7 ifdef CONFIG_STATIC
5d2fafcc 8-BASE_LDFLAGS+=-static
9+#BASE_LDFLAGS+=-static
1d39a171 10 endif
11
5d2fafcc 12 # We require -O2 to avoid the stack setup prologue in EXIT_TB
986ecd01
ER
13@@ -160,7 +160,7 @@
14 BASE_CFLAGS+=-ffixed-g1 -ffixed-g6
15 HELPER_CFLAGS=$(CFLAGS) -ffixed-i0
16 # -static is used to avoid g1/g3 usage by the dynamic linker
17- BASE_LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH).ld -static
18+ #BASE_LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH).ld -static
19 endif
1d39a171 20 endif
21
5d2fafcc 22@@ -432,7 +432,7 @@
1d39a171 23 VL_LDFLAGS=
24 # specific flags are needed for non soft mmu emulator
25 ifdef CONFIG_STATIC
26-VL_LDFLAGS+=-static
27+#VL_LDFLAGS+=-static
28 endif
29 ifndef CONFIG_SOFTMMU
30 VL_LDFLAGS+=-Wl,-T,$(SRC_PATH)/i386-vl.ld
This page took 0.026995 seconds and 4 git commands to generate.