]> git.pld-linux.org Git - packages/qemu.git/blame - qemu-nostatic.patch
- begin update to 0.9.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
13@@ -124,7 +124,7 @@
14 OP_CFLAGS+=-fno-delayed-branch -ffixed-i0
1d39a171 15 HELPER_CFLAGS=$(CFLAGS) -ffixed-i0 -mflat
16 # -static is used to avoid g1/g3 usage by the dynamic linker
5d2fafcc 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
5d2fafcc 31Only in qemu-0.9.0: Makefile.target~
32Only in qemu-0.9.0: Makefile.target.orig
This page took 0.032642 seconds and 4 git commands to generate.