SHA256
1
0
forked from pool/xen
OBS User unknown
2007-12-20 15:46:41 +00:00
committed by Git OBS Bridge
parent be29349429
commit cf62e5ae4d
135 changed files with 4018 additions and 13988 deletions

View File

@@ -1,20 +1,32 @@
Index: xen-3.1-testing/Config.mk
Index: xen-3.2-testing/tools/blktap/drivers/Makefile
===================================================================
--- xen-3.1-testing.orig/Config.mk
+++ xen-3.1-testing/Config.mk
@@ -18,7 +18,7 @@ SHELL ?= /bin/sh
--- xen-3.2-testing.orig/tools/blktap/drivers/Makefile
+++ xen-3.2-testing/tools/blktap/drivers/Makefile
@@ -8,7 +8,6 @@ QCOW_UTIL = img2qcow qcow2raw qcow-cr
INST_DIR = /usr/sbin
LIBAIO_DIR = ../../libaio/src
-CFLAGS += -Werror
CFLAGS += -Wno-unused
CFLAGS += -I $(XEN_LIBXC) -I $(LIBAIO_DIR)
CFLAGS += $(INCLUDES) -I. -I../../xenstore
Index: xen-3.2-testing/Config.mk
===================================================================
--- xen-3.2-testing.orig/Config.mk
+++ xen-3.2-testing/Config.mk
@@ -19,7 +19,7 @@ SHELL ?= /bin/sh
# Tools to run on system hosting the build
HOSTCC = gcc
-HOSTCFLAGS = -Wall -Werror -Wstrict-prototypes -O2 -fomit-frame-pointer
+HOSTCFLAGS:= -Wall -Werror -Wstrict-prototypes $(RPM_OPT_FLAGS)
DISTDIR ?= $(XEN_ROOT)/dist
DESTDIR ?= /
Index: xen-3.1-testing/tools/libxen/Makefile
HOSTCC = gcc
-HOSTCFLAGS = -Wall -Werror -Wstrict-prototypes -O2 -fomit-frame-pointer
+HOSTCFLAGS = -Wall -Werror -Wstrict-prototypes $(RPM_OPT_FLAGS)
HOSTCFLAGS += -fno-strict-aliasing
HOSTCFLAGS_x86_32 = -m32
HOSTCFLAGS_x86_64 = -m64
Index: xen-3.2-testing/tools/libxen/Makefile
===================================================================
--- xen-3.1-testing.orig/tools/libxen/Makefile
+++ xen-3.1-testing/tools/libxen/Makefile
--- xen-3.2-testing.orig/tools/libxen/Makefile
+++ xen-3.2-testing/tools/libxen/Makefile
@@ -21,10 +21,10 @@ include $(XEN_ROOT)/tools/Rules.mk
MAJOR = 1.0
MINOR = 0