diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-02-17 19:06:17 -0600 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-02-17 19:06:17 -0600 |
commit | bd4729f70cc9cd71d9defca1cd0dc82893bf8f10 (patch) | |
tree | 0c39c7f0f0dc3e39f1d6a5701b4256d56db51235 /testing/xen/xen-disable-werror.patch | |
parent | f369602f6bfd7345808a67c2427e770e97f44ca5 (diff) | |
download | aports-bd4729f70cc9cd71d9defca1cd0dc82893bf8f10.tar.bz2 aports-bd4729f70cc9cd71d9defca1cd0dc82893bf8f10.tar.xz |
testing/xen: promote to main
Diffstat (limited to 'testing/xen/xen-disable-werror.patch')
-rw-r--r-- | testing/xen/xen-disable-werror.patch | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/testing/xen/xen-disable-werror.patch b/testing/xen/xen-disable-werror.patch deleted file mode 100644 index c2c5512457..0000000000 --- a/testing/xen/xen-disable-werror.patch +++ /dev/null @@ -1,33 +0,0 @@ ---- xen-4.0.1/Config.mk -+++ xen-4.0.1.mod/Config.mk -@@ -14,7 +14,7 @@ - - # Tools to run on system hosting the build - HOSTCC = gcc --HOSTCFLAGS = -Wall -Werror -Wstrict-prototypes -O2 -fomit-frame-pointer -+HOSTCFLAGS = -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer - HOSTCFLAGS += -fno-strict-aliasing - - DISTDIR ?= $(XEN_ROOT)/dist ---- xen-4.0.1/extras/mini-os/minios.mk -+++ xen-4.0.1.mod/extras/mini-os/minios.mk -@@ -6,7 +6,7 @@ - - # Define some default flags. - # NB. '-Wcast-qual' is nasty, so I omitted it. --DEF_CFLAGS += -fno-builtin -Wall -Werror -Wredundant-decls -Wno-format -Wno-redundant-decls -+DEF_CFLAGS += -fno-builtin -Wall -Wredundant-decls -Wno-format -Wno-redundant-decls - DEF_CFLAGS += $(call cc-option,$(CC),-fno-stack-protector,) - DEF_CFLAGS += $(call cc-option,$(CC),-fgnu89-inline) - DEF_CFLAGS += -Wstrict-prototypes -Wnested-externs -Wpointer-arith -Winline ---- xen-4.0.1/tools/libxc/Makefile -+++ xen-4.0.1.mod/tools/libxc/Makefile -@@ -57,7 +57,7 @@ - - -include $(XEN_TARGET_ARCH)/Makefile - --CFLAGS += -Werror -Wmissing-prototypes -+CFLAGS += -Wmissing-prototypes - CFLAGS += $(INCLUDES) -I. -I../xenstore -I../include - - # Needed for posix_fadvise64() in xc_linux.c |