]> git.pld-linux.org Git - packages/qemu.git/blob - qemu-nostatic.patch
- up to 0.10.0
[packages/qemu.git] / qemu-nostatic.patch
1 diff -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 @@
5  endif # !CONFIG_USER_ONLY
6  
7  ifdef CONFIG_STATIC
8 -BASE_LDFLAGS+=-static
9 +#BASE_LDFLAGS+=-static
10  endif
11  
12  # We require -O2 to avoid the stack setup prologue in EXIT_TB
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
20  endif
21  
22 @@ -432,7 +432,7 @@
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.030913 seconds and 3 git commands to generate.