* [PATCH] 3 of 3 fix tools/misc/cpuperf cross compile
@ 2005-07-07 5:35 Jerone Young
0 siblings, 0 replies; only message in thread
From: Jerone Young @ 2005-07-07 5:35 UTC (permalink / raw)
To: xen-devel
Last in cross compile fix run. You still can't completely cross compile
because of python (read the list archives)...but this stuff works now.
This fixes the Makefile of cpuperf..so now cross compile.
Signed-off-by: Jerone Young <jyoung5@us.ibm.com>
--- tools/misc/cpuperf/Makefile.old 2005-07-06 23:57:22.000000000
-0500
+++ tools/misc/cpuperf/Makefile 2005-07-06 23:57:54.000000000 -0500
@@ -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)
--
Jerone Young
IBM Linux Technology Center
jyoung5@us.ibm.com
512-838-1157 (T/L: 678-1157)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-07-07 5:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-07 5:35 [PATCH] 3 of 3 fix tools/misc/cpuperf cross compile Jerone Young
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.