]> git.pld-linux.org Git - packages/qemu.git/blame - qemu-nostatic.patch
- -j1 for make prepare scripts
[packages/qemu.git] / qemu-nostatic.patch
CommitLineData
1d39a171 1--- qemu-0.5.2/Makefile.target~ 2004-01-25 16:50:02.000000000 +0100
2+++ qemu-0.5.2/Makefile.target 2004-02-05 02:42:54.000000000 +0100
3@@ -53,7 +53,7 @@
4 endif # !CONFIG_USER_ONLY
5
6 ifdef CONFIG_STATIC
7-LDFLAGS+=-static
8+#LDFLAGS+=-static
9 endif
10
11 ifeq ($(ARCH),i386)
12@@ -97,7 +97,7 @@
13 OP_CFLAGS=$(CFLAGS) -fno-delayed-branch -ffixed-i0
14 HELPER_CFLAGS=$(CFLAGS) -ffixed-i0 -mflat
15 # -static is used to avoid g1/g3 usage by the dynamic linker
16-LDFLAGS+=-Wl,-T,$(SRC_PATH)/sparc.ld -static
17+#LDFLAGS+=-Wl,-T,$(SRC_PATH)/sparc.ld -static
18 endif
19
20 ifeq ($(ARCH),sparc64)
21@@ -211,7 +211,7 @@
22 VL_LDFLAGS=
23 # specific flags are needed for non soft mmu emulator
24 ifdef CONFIG_STATIC
25-VL_LDFLAGS+=-static
26+#VL_LDFLAGS+=-static
27 endif
28 ifndef CONFIG_SOFTMMU
29 VL_LDFLAGS+=-Wl,-T,$(SRC_PATH)/i386-vl.ld
This page took 0.246544 seconds and 4 git commands to generate.