File qemu-cvs-ia64.patch of Package qemu

--- Makefile.target
+++ Makefile.target
@@ -84,6 +84,8 @@
 OP_CFLAGS+=$(call cc-option, -fno-reorder-blocks, "")
 OP_CFLAGS+=$(call cc-option, -fno-gcse, "")
 OP_CFLAGS+=$(call cc-option, -fno-tree-ch, "")
+OP_CFLAGS+=$(call cc-option, -fno-tree-dominator-opts, "")
+OP_CFLAGS+=$(call cc-option, -fno-tree-vrp, "")
 OP_CFLAGS+=$(call cc-option, -fno-optimize-sibling-calls, "")
 OP_CFLAGS+=$(call cc-option, -fno-crossjumping, "")
 OP_CFLAGS+=$(call cc-option, -fno-align-labels, "")
@@ -141,8 +143,9 @@
 endif
 
 ifeq ($(ARCH),ia64)
-CFLAGS+=-mno-sdata
-OP_CFLAGS+=-mno-sdata
+OP_CFLAGS+=$(call cc-option, -mno-sched-ar-data-spec, "")
+CFLAGS+=-G0 -mno-sdata
+OP_CFLAGS+=-G0 -mno-sdata
 endif
 
 ifeq ($(ARCH),arm)
openSUSE Build Service is sponsored by