]> git.pld-linux.org Git - packages/qemu.git/commitdiff
- don't build static version
authorundefine <undefine@pld-linux.org>
Thu, 5 Feb 2004 00:51:45 +0000 (00:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    qemu-nostatic.patch -> 1.1

qemu-nostatic.patch [new file with mode: 0644]

diff --git a/qemu-nostatic.patch b/qemu-nostatic.patch
new file mode 100644 (file)
index 0000000..34ce6ce
--- /dev/null
@@ -0,0 +1,29 @@
+--- qemu-0.5.2/Makefile.target~        2004-01-25 16:50:02.000000000 +0100
++++ qemu-0.5.2/Makefile.target 2004-02-05 02:42:54.000000000 +0100
+@@ -53,7 +53,7 @@
+ endif # !CONFIG_USER_ONLY
+ ifdef CONFIG_STATIC
+-LDFLAGS+=-static
++#LDFLAGS+=-static
+ endif
+ ifeq ($(ARCH),i386)
+@@ -97,7 +97,7 @@
+ OP_CFLAGS=$(CFLAGS) -fno-delayed-branch -ffixed-i0
+ HELPER_CFLAGS=$(CFLAGS) -ffixed-i0 -mflat
+ # -static is used to avoid g1/g3 usage by the dynamic linker
+-LDFLAGS+=-Wl,-T,$(SRC_PATH)/sparc.ld -static
++#LDFLAGS+=-Wl,-T,$(SRC_PATH)/sparc.ld -static
+ endif
+ ifeq ($(ARCH),sparc64)
+@@ -211,7 +211,7 @@
+ VL_LDFLAGS=
+ # specific flags are needed for non soft mmu emulator
+ ifdef CONFIG_STATIC
+-VL_LDFLAGS+=-static
++#VL_LDFLAGS+=-static
+ endif
+ ifndef CONFIG_SOFTMMU
+ VL_LDFLAGS+=-Wl,-T,$(SRC_PATH)/i386-vl.ld 
This page took 0.115316 seconds and 4 git commands to generate.