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][TOOLS] ppc64 is not a LIB_64_ARCH

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH][TOOLS] ppc64 is not a LIB_64_ARCH
From: Jimi Xenidis <jimix@xxxxxxxxxxxxxx>
Date: Tue, 01 Aug 2006 17:38:45 -0400
Delivery-date: Tue, 01 Aug 2006 14:39:48 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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
changeset:   11208:a40c8bae08a81181c38a43a744b5d87db22066ea
parent:      11206:12da2c3245bbbf63781e2ad5e6f2eb489d93957c
user:        Jimi Xenidis <jimix@xxxxxxxxxxxxxx>
date:        Tue Aug 01 16:40:33 2006 -0400
files:       tools/python/xen/util/auxbin.py
description:
[TOOLS] ppc64 is not a LIB_64_ARCH

Signed-off-by: Jimi Xenidis <jimix@xxxxxxxxxxxxxx>


diff -r 12da2c3245bbbf63781e2ad5e6f2eb489d93957c -r 
a40c8bae08a81181c38a43a744b5d87db22066ea tools/python/xen/util/auxbin.py
--- a/tools/python/xen/util/auxbin.py   Thu Jul 27 20:07:02 2006 -0400
+++ b/tools/python/xen/util/auxbin.py   Tue Aug 01 16:40:33 2006 -0400
@@ -22,7 +22,7 @@ LIB_BIN_SUFFIX = "xen/bin"
 
 ## The architectures on which the LIB_64 directory is used.  This
 # deliberately excludes ia64.
-LIB_64_ARCHS = [ 'x86_64', 'ppc64', 's390x', 'sparc64']
+LIB_64_ARCHS = [ 'x86_64', 's390x', 'sparc64']
 
 
 import os



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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH][TOOLS] ppc64 is not a LIB_64_ARCH, Jimi Xenidis <=