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] ELFSIZE still needs to be 64 for PPC

To: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Subject: [XenPPC] [xenppc-unstable] [ppc] ELFSIZE still needs to be 64 for PPC
From: Xen patchbot-xenppc-unstable <patchbot-xenppc-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 05 Jul 2006 13:20:41 +0000
Delivery-date: Wed, 05 Jul 2006 06:36:49 -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 4f8c0d9515591fe945ec288d4322792d58d24f86
# Parent  e290643fd6b681532546f47b52b659e8ad1697e9
[ppc] ELFSIZE still needs to be 64 for PPC

Until the tools can load either we need to make sure that ELFSIZE is always 64 
for PPC.

Signed-off-by: Jimi Xenidis <jimix@xxxxxxxxxxxxxx>
---
 tools/libxc/Makefile |    4 ++++
 1 files changed, 4 insertions(+)

diff -r e290643fd6b6 -r 4f8c0d951559 tools/libxc/Makefile
--- a/tools/libxc/Makefile      Fri Jun 30 14:03:13 2006 -0500
+++ b/tools/libxc/Makefile      Wed Jul 05 09:13:42 2006 -0400
@@ -39,6 +39,10 @@ CFLAGS   += -Werror
 CFLAGS   += -Werror
 CFLAGS   += -fno-strict-aliasing
 CFLAGS   += $(INCLUDES) -I.
+
+ELFSIZE64-y = -DELFSIZE=64
+CFLAGS += $(ELFSIZE64-$(CONFIG_POWERPC))
+
 
 # Define this to make it possible to run valgrind on code linked with these
 # libraries.

_______________________________________________
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] ELFSIZE still needs to be 64 for PPC, Xen patchbot-xenppc-unstable <=