2007-02-11 11:48:10 +01:00
|
|
|
Index: xen-unstable/Config.mk
|
2007-01-16 00:42:10 +01:00
|
|
|
===================================================================
|
2007-02-11 11:48:10 +01:00
|
|
|
--- xen-unstable.orig/Config.mk
|
|
|
|
+++ xen-unstable/Config.mk
|
2007-04-26 01:53:07 +02:00
|
|
|
@@ -18,7 +18,7 @@ SHELL ?= /bin/sh
|
2007-01-16 00:42:10 +01:00
|
|
|
|
|
|
|
# Tools to run on system hosting the build
|
|
|
|
HOSTCC = gcc
|
|
|
|
-HOSTCFLAGS = -Wall -Werror -Wstrict-prototypes -O2 -fomit-frame-pointer
|
|
|
|
+HOSTCFLAGS:= -Wall -Werror -Wstrict-prototypes $(RPM_OPT_FLAGS)
|
|
|
|
|
2007-02-11 11:48:10 +01:00
|
|
|
DISTDIR ?= $(XEN_ROOT)/dist
|
|
|
|
DESTDIR ?= /
|