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-ppc-devel

[XenPPC] [ppc] revert to "ppc64" naming

To: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Subject: [XenPPC] [ppc] revert to "ppc64" naming
From: Hollis Blanchard <hollisb@xxxxxxxxxx>
Date: Mon, 15 May 2006 14:03:16 -0500
Delivery-date: Mon, 15 May 2006 12:02:35 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-ppc-devel-request@lists.xensource.com?subject=help>
List-id: Xen PPC development <xen-ppc-devel.lists.xensource.com>
List-post: <mailto:xen-ppc-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=unsubscribe>
Organization: IBM Linux Technology Center
Sender: xen-ppc-devel-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Hollis Blanchard <hollisb@xxxxxxxxxx>
# Node ID 9e2fb7258325a341dca4231c63baa210f0f8a2f2
# Parent  41730255438f4145d384022a3aefba3f2a467425
[ppc] revert to "ppc64" naming
The previous patch broke something anyways, and this limits the upstream
changes to xen/Rules.mk.
Signed-off-by: Hollis Blanchard <hollisb@xxxxxxxxxx>

diff -r 41730255438f -r 9e2fb7258325 Config.mk
--- a/Config.mk Fri May 12 14:58:12 2006 -0500
+++ b/Config.mk Mon May 15 14:01:45 2006 -0500
@@ -3,7 +3,7 @@
 # A debug build of Xen and tools?
 debug ?= n

-XEN_COMPILE_ARCH    ?= $(shell uname -m | sed -e s/i.86/x86_32/ -e 
's/ppc\(..\)/ppc_\1/')
+XEN_COMPILE_ARCH    ?= $(shell uname -m | sed -e s/i.86/x86_32/)
 XEN_TARGET_ARCH     ?= $(XEN_COMPILE_ARCH)
 XEN_TARGET_X86_PAE  ?= n

diff -r 41730255438f -r 9e2fb7258325 xen/Rules.mk
--- a/xen/Rules.mk      Fri May 12 14:58:12 2006 -0500
+++ b/xen/Rules.mk      Mon May 15 14:01:45 2006 -0500
@@ -23,8 +23,8 @@ include $(XEN_ROOT)/Config.mk
 # Set ARCH/SUBARCH appropriately.
 override COMPILE_SUBARCH := $(XEN_COMPILE_ARCH)
 override TARGET_SUBARCH  := $(XEN_TARGET_ARCH)
-override COMPILE_ARCH    := $(shell echo $(XEN_COMPILE_ARCH) | sed -e 
's/\(.*\)_\(32\|64\)/\1/')
-override TARGET_ARCH     := $(shell echo $(XEN_TARGET_ARCH) | sed -e 
's/\(.*\)_\(32\|64\)/\1/')
+override COMPILE_ARCH    := $(shell echo $(XEN_COMPILE_ARCH) | sed -e 
's/\(x86\|ppc\).*/\1/')
+override TARGET_ARCH     := $(shell echo $(XEN_TARGET_ARCH) | sed -e 
's/\(x86\|ppc\).*/\1/')

 TARGET := $(BASEDIR)/xen




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

<Prev in Thread] Current Thread [Next in Thread>