WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [PATCH] 3 of 3 fix tools/misc/cpuperf cross compile

To: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH] 3 of 3 fix tools/misc/cpuperf cross compile
From: Jerone Young <jyoung5@xxxxxxxxxx>
Date: Thu, 07 Jul 2005 00:35:31 -0500
Delivery-date: Thu, 07 Jul 2005 05:36:06 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
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@xxxxxxxxxx>
--- 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@xxxxxxxxxx
512-838-1157 (T/L: 678-1157)


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] 3 of 3 fix tools/misc/cpuperf cross compile, Jerone Young <=