[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [XenPPC] [ppc] revert to "ppc64" naming
# 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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |