aboutsummaryrefslogtreecommitdiffstats
path: root/tools/misc
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-07-07 08:08:40 +0000
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-07-07 08:08:40 +0000
commit847e60294d1886f390600baba5558c2f1a3727fc (patch)
tree06286ce1e04290b1e896dd407ac378fb4f2aa9a2 /tools/misc
parente9c9f60ecaf9d0eb95904d22a9d655f2094c63e4 (diff)
downloadxen-847e60294d1886f390600baba5558c2f1a3727fc.tar.gz
xen-847e60294d1886f390600baba5558c2f1a3727fc.tar.bz2
xen-847e60294d1886f390600baba5558c2f1a3727fc.zip
Fix cross-compilation, and gcc4.
Signed-off-by: Jerone Young <jyoung5@us.ibm.com>
Diffstat (limited to 'tools/misc')
-rw-r--r--tools/misc/cpuperf/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/misc/cpuperf/Makefile b/tools/misc/cpuperf/Makefile
index c33e7d9250..71710bb9fe 100644
--- a/tools/misc/cpuperf/Makefile
+++ b/tools/misc/cpuperf/Makefile
@@ -17,8 +17,7 @@ INSTALL_DIR = $(INSTALL) -d -m0755
XEN_ROOT=../../..
include $(XEN_ROOT)/tools/Rules.mk
-CC = gcc
-CFLAGS = -Wall -O3
+CFLAGS += -Wall -O3
HDRS = $(wildcard *.h)
SRCS = $(wildcard *.c)