# HG changeset patch
# User Jimi Xenidis <[EMAIL PROTECTED]>
# Node ID a40c8bae08a81181c38a43a744b5d87db22066ea
# Parent  12da2c3245bbbf63781e2ad5e6f2eb489d93957c
[TOOLS] ppc64 is not a LIB_64_ARCH

Signed-off-by: Jimi Xenidis <[EMAIL PROTECTED]>
---
 tools/python/xen/util/auxbin.py |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r 12da2c3245bb -r a40c8bae08a8 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-ppc-devel mailing list
Xen-ppc-devel@lists.xensource.com
http://lists.xensource.com/xen-ppc-devel

Reply via email to