|
|
|
|
|
|
|
|
|
|
xen-ppc-devel
[XenPPC] [xenppc-unstable] [ppc] handle biarch toolchain
# 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 <=
|
|
|
|
|