SOURCES: xen-gcc.patch (NEW), xen-python_scripts.patch - patch up ...
alucard
alucard at pld-linux.org
Sat Feb 10 18:31:57 CET 2007
Author: alucard Date: Sat Feb 10 17:31:57 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- patch up for xen 3.0.4
- gcc is just to build with gcc-4.2
---- Files affected:
SOURCES:
xen-gcc.patch (NONE -> 1.1) (NEW), xen-python_scripts.patch (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SOURCES/xen-gcc.patch
diff -u /dev/null SOURCES/xen-gcc.patch:1.1
--- /dev/null Sat Feb 10 18:31:57 2007
+++ SOURCES/xen-gcc.patch Sat Feb 10 18:31:51 2007
@@ -0,0 +1,20 @@
+--- xen-3.0.4_1-src/Config.mk 2007-01-08 15:00:44.000000000 +0000
++++ xen-3.0.4_1-src/Config.mk 2007-01-10 10:04:04.000000000 +0000
+@@ -13,7 +13,7 @@ CONFIG_$(XEN_OS) := y
+
+ # Tools to run on system hosting the build
+ HOSTCC = gcc
+-HOSTCFLAGS = -Wall -Werror -Wstrict-prototypes -O2 -fomit-frame-pointer
++HOSTCFLAGS = -Werror -Wstrict-prototypes -O2 -fomit-frame-pointer
+
+ DISTDIR ?= $(XEN_ROOT)/dist
+ DESTDIR ?= /
+@@ -39,7 +39,7 @@ endif
+
+ CFLAGS += -std=gnu99
+
+-CFLAGS += -Wall -Wstrict-prototypes
++CFLAGS += -Wstrict-prototypes
+
+ # -Wunused-value makes GCC 4.x too aggressive for my taste: ignoring the
+ # result of any casted expression causes a warning.
================================================================
Index: SOURCES/xen-python_scripts.patch
diff -u SOURCES/xen-python_scripts.patch:1.2 SOURCES/xen-python_scripts.patch:1.3
--- SOURCES/xen-python_scripts.patch:1.2 Wed Nov 1 14:09:06 2006
+++ SOURCES/xen-python_scripts.patch Sat Feb 10 18:31:51 2007
@@ -124,3 +124,14 @@
# by Mark Williamson, (C) 2004 Intel Research Cambridge
+--- xen-3.0.4_1-src/tools/check/check_python_devel 2007-01-08 15:00:47.000000000 +0000
++++ xen-3.0.4_1-src/tools/check/check_python_devel 2007-01-10 10:15:10.000000000 +0000
+@@ -5,7 +5,7 @@ RC=0
+
+ python -c '
+ import os.path, sys
+ for p in sys.path:
+- if os.path.exists(p + "/config/Makefile"):
++ if os.path.exists(p + "/../config/Makefile"):
+ sys.exit(0)
+ sys.exit(1)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/xen-python_scripts.patch?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list