]> git.pld-linux.org Git - packages/qemu.git/blobdiff - qemu-nostatic.patch
- release 2
[packages/qemu.git] / qemu-nostatic.patch
index 34ce6ce1fada85745c509b6eec5351a7cc298e24..70833a37efaf32552ce4b02b8638d2486b57fd1a 100644 (file)
@@ -1,24 +1,25 @@
---- 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 @@
+diff -ur qemu-0.9.0-o/Makefile.target qemu-0.9.0/Makefile.target
+--- qemu-0.9.0-o/Makefile.target       2007-02-05 16:01:54.000000000 -0700
++++ qemu-0.9.0/Makefile.target 2007-02-06 14:34:25.000000000 -0700
+@@ -66,7 +66,7 @@
  endif # !CONFIG_USER_ONLY
  
  ifdef CONFIG_STATIC
--LDFLAGS+=-static
-+#LDFLAGS+=-static
+-BASE_LDFLAGS+=-static
++#BASE_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
+ # We require -O2 to avoid the stack setup prologue in EXIT_TB
+@@ -160,7 +160,7 @@
+     BASE_CFLAGS+=-ffixed-g1 -ffixed-g6
+     HELPER_CFLAGS=$(CFLAGS) -ffixed-i0
+     # -static is used to avoid g1/g3 usage by the dynamic linker
+-    BASE_LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH).ld -static
++    #BASE_LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(ARCH).ld -static
+   endif
  endif
  
- ifeq ($(ARCH),sparc64)
-@@ -211,7 +211,7 @@
+@@ -432,7 +432,7 @@
  VL_LDFLAGS=
  # specific flags are needed for non soft mmu emulator
  ifdef CONFIG_STATIC
This page took 0.053653 seconds and 4 git commands to generate.