]> git.pld-linux.org Git - packages/xen.git/blob - xen-no_Werror.patch
c4fe9daf9fcedf9e0373bfedc3be25157142f1e8
[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
37 --- xen-4.4.1/tools/blktap/drivers/Makefile~    2014-09-02 08:20:19.000000000 +0200
38 +++ xen-4.4.1/tools/blktap/drivers/Makefile     2014-12-13 19:19:17.070688454 +0100
39 @@ -4,7 +4,6 @@
40  IBIN         = blktapctrl tapdisk
41  QCOW_UTIL    = img2qcow qcow2raw qcow-create
42  
43 -CFLAGS   += -Werror
44  CFLAGS   += -Wno-unused
45  CFLAGS   += -I../lib
46  CFLAGS   += $(CFLAGS_libxenctrl)
This page took 0.043853 seconds and 3 git commands to generate.