]> git.pld-linux.org Git - packages/qemu.git/blob - qemu-nostatic.patch
- sparc is currently unsupported; amd64 patch mostly included
[packages/qemu.git] / qemu-nostatic.patch
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.034279 seconds and 3 git commands to generate.