|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] [TOOLS] ppc64 is not a LIB_64_ARCH
# HG changeset patch
# User kfraser@xxxxxxxxxxxxxxxxxxxxx
# Node ID bbc27b921e2af0948bd9af3742be149c746eed0f
# Parent 10dc10473c3fae08ae2decdbc8c7bee40df56d93
[TOOLS] ppc64 is not a LIB_64_ARCH
Signed-off-by: Jimi Xenidis <jimix@xxxxxxxxxxxxxx>
---
tools/python/xen/util/auxbin.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff -r 10dc10473c3f -r bbc27b921e2a tools/python/xen/util/auxbin.py
--- a/tools/python/xen/util/auxbin.py Wed Aug 02 09:15:26 2006 +0100
+++ b/tools/python/xen/util/auxbin.py Wed Aug 02 09:16:26 2006 +0100
@@ -21,8 +21,8 @@ LIB_BIN_SUFFIX = "xen/bin"
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']
+# deliberately excludes ia64 and ppc64.
+LIB_64_ARCHS = [ 'x86_64', 's390x', 'sparc64']
import os
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-unstable] [TOOLS] ppc64 is not a LIB_64_ARCH,
Xen patchbot-unstable <=
|
|
|
|
|