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] [xenppc-unstable] [ppc] handle biarch toolchain

To: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Subject: [XenPPC] [xenppc-unstable] [ppc] handle biarch toolchain
From: Xen patchbot-xenppc-unstable <patchbot-xenppc-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 08 Jun 2006 21:25:34 +0000
Delivery-date: Thu, 08 Jun 2006 14:29:53 -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>
Reply-to: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-ppc-devel-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Jimi Xenidis <jimix@xxxxxxxxxxxxxx>
# Node ID f8dff648bc0a7ad4ba241f9adfd9696c0f26ea62
# Parent  87346baa06916303fa495cc7c1e73e12135ab88a
[ppc] handle biarch toolchain

Signed-off-by: Jimi Xenidis <jimix@xxxxxxxxxxxxxx>
---
 tools/domctrl/Makefile |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diff -r 87346baa0691 -r f8dff648bc0a tools/domctrl/Makefile
--- a/tools/domctrl/Makefile    Thu Jun 08 17:07:02 2006 -0400
+++ b/tools/domctrl/Makefile    Thu Jun 08 17:08:59 2006 -0400
@@ -1,12 +1,9 @@ VPATH := ../libxc
 VPATH := ../libxc
-
-# until we can get the dom0 and memory interfaces fixed :(
-CROSS_COMPILE ?= powerpc64-unknown-linux-gnu-
 
 XEN_ROOT := ../..
 include ../Rules.mk
 
-CFLAGS := \
+CFLAGS := -m64 \
        -Wall -Werror \
        -O2 \
        -g \
@@ -14,7 +11,7 @@ CFLAGS := \
        -DELFSIZE=64 \
        -D__XEN_TOOLS__
 
-LDFLAGS := \
+LDFLAGS := -m64 \
        -static
 
 OBJS := \

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

<Prev in Thread] Current Thread [Next in Thread>
  • [XenPPC] [xenppc-unstable] [ppc] handle biarch toolchain, Xen patchbot-xenppc-unstable <=