]> git.pld-linux.org Git - packages/xen.git/blob - xen-no_Werror.patch
include the policy file when with xsm
[packages/xen.git] / xen-no_Werror.patch
1 diff -dur -x '*~' xen-4.1.2.orig/Config.mk xen-4.1.2/Config.mk
2 --- xen-4.1.2.orig/Config.mk    2011-10-20 19:06:04.000000000 +0200
3 +++ xen-4.1.2/Config.mk 2012-09-20 08:44:53.000000000 +0200
4 @@ -14,7 +14,7 @@
5  
6  # Tools to run on system hosting the build
7  HOSTCC      = gcc
8 -HOSTCFLAGS  = -Wall -Werror -Wstrict-prototypes -O2 -fomit-frame-pointer
9 +HOSTCFLAGS  = -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer
10  HOSTCFLAGS += -fno-strict-aliasing
11  
12  DISTDIR     ?= $(XEN_ROOT)/dist
13 diff -dur -x '*~' xen-4.1.2.orig/xen/arch/x86/Rules.mk xen-4.1.2/xen/arch/x86/Rules.mk
14 --- xen-4.1.2.orig/xen/arch/x86/Rules.mk        2011-10-20 19:05:47.000000000 +0200
15 +++ xen-4.1.2/xen/arch/x86/Rules.mk     2012-09-20 08:45:47.000000000 +0200
16 @@ -17,7 +17,7 @@
17  endif
18  
19  CFLAGS += -fno-builtin -fno-common -Wredundant-decls
20 -CFLAGS += -iwithprefix include -Werror -Wno-pointer-arith -pipe
21 +CFLAGS += -iwithprefix include -Wno-pointer-arith -pipe
22  CFLAGS += -I$(BASEDIR)/include 
23  CFLAGS += -I$(BASEDIR)/include/asm-x86/mach-generic
24  CFLAGS += -I$(BASEDIR)/include/asm-x86/mach-default
25 diff -dur -x '*~' xen-4.1.2.orig/xen/arch/x86/boot/build32.mk xen-4.1.2/xen/arch/x86/boot/build32.mk
26 --- xen-4.1.2.orig/xen/arch/x86/boot/build32.mk 2011-10-20 19:05:47.000000000 +0200
27 +++ xen-4.1.2/xen/arch/x86/boot/build32.mk      2012-09-20 08:45:59.000000000 +0200
28 @@ -4,7 +4,7 @@
29  
30  $(call cc-options-add,CFLAGS,CC,$(EMBEDDED_EXTRA_CFLAGS))
31  
32 -CFLAGS += -Werror -fno-builtin -msoft-float
33 +CFLAGS += -fno-builtin -msoft-float
34  
35  # NB. awk invocation is a portable alternative to 'head -n -1'
36  %.S: %.bin
This page took 0.070087 seconds and 3 git commands to generate.