]> git.pld-linux.org Git - packages/xen.git/blame - xen-gcc.patch
- patch up for xen 3.0.4
[packages/xen.git] / xen-gcc.patch
CommitLineData
c92674c6 1--- xen-3.0.4_1-src/Config.mk 2007-01-08 15:00:44.000000000 +0000
2+++ xen-3.0.4_1-src/Config.mk 2007-01-10 10:04:04.000000000 +0000
3@@ -13,7 +13,7 @@ CONFIG_$(XEN_OS) := y
4
5 # Tools to run on system hosting the build
6 HOSTCC = gcc
7-HOSTCFLAGS = -Wall -Werror -Wstrict-prototypes -O2 -fomit-frame-pointer
8+HOSTCFLAGS = -Werror -Wstrict-prototypes -O2 -fomit-frame-pointer
9
10 DISTDIR ?= $(XEN_ROOT)/dist
11 DESTDIR ?= /
12@@ -39,7 +39,7 @@ endif
13
14 CFLAGS += -std=gnu99
15
16-CFLAGS += -Wall -Wstrict-prototypes
17+CFLAGS += -Wstrict-prototypes
18
19 # -Wunused-value makes GCC 4.x too aggressive for my taste: ignoring the
20 # result of any casted expression causes a warning.
This page took 0.030556 seconds and 4 git commands to generate.