]> git.pld-linux.org Git - packages/xen.git/blob - xen-no_Werror.patch
- added some ggc9 fixes
[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 --- xen-4.4.1/tools/blktap2/drivers/Makefile~   2014-09-02 08:20:19.000000000 +0200
14 +++ xen-4.4.1/tools/blktap2/drivers/Makefile    2014-12-13 19:19:17.070688454 +0100
15 @@ -4,7 +4,6 @@
16  LOCK_UTIL  = lock-util
17  INST_DIR   = $(sbindir)
18  
19 -CFLAGS    += -Werror
20  CFLAGS    += -Wno-unused
21  CFLAGS    += -fno-strict-aliasing
22  CFLAGS    += -I$(BLKTAP_ROOT)/include -I$(BLKTAP_ROOT)/drivers
This page took 0.249933 seconds and 3 git commands to generate.