From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerone Young Subject: [PATCH] 3 of 3 fix tools/misc/cpuperf cross compile Date: Thu, 07 Jul 2005 00:35:31 -0500 Message-ID: <1120714531.8438.17.camel@thinkpad> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel List-Id: xen-devel@lists.xenproject.org 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 --- 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)