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] define ELFSIZE in config/ppc64.mk for n

To: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Subject: [XenPPC] [xenppc-unstable] [ppc] define ELFSIZE in config/ppc64.mk for now
From: Xen patchbot-xenppc-unstable <patchbot-xenppc-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 05 Jul 2006 17:30:43 +0000
Delivery-date: Wed, 05 Jul 2006 10:40:54 -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 Hollis Blanchard <hollisb@xxxxxxxxxx>
# Node ID 7c8cc155462e17e6cf9ce03b79547280274c8568
# Parent  4f8c0d9515591fe945ec288d4322792d58d24f86
[ppc] define ELFSIZE in config/ppc64.mk for now
Signed-off-by: Hollis Blanchard <hollisb@xxxxxxxxxx>
---
 config/ppc64.mk      |    1 +
 tools/libxc/Makefile |    4 ----
 2 files changed, 1 insertion(+), 4 deletions(-)

diff -r 4f8c0d951559 -r 7c8cc155462e config/ppc64.mk
--- a/config/ppc64.mk   Wed Jul 05 09:13:42 2006 -0400
+++ b/config/ppc64.mk   Wed Jul 05 12:31:39 2006 -0500
@@ -1,3 +1,4 @@ CONFIG_POWERPC := y
 CONFIG_POWERPC := y
 
+CFLAGS += -DELFSIZE=64
 LIBDIR := lib
diff -r 4f8c0d951559 -r 7c8cc155462e tools/libxc/Makefile
--- a/tools/libxc/Makefile      Wed Jul 05 09:13:42 2006 -0400
+++ b/tools/libxc/Makefile      Wed Jul 05 12:31:39 2006 -0500
@@ -39,10 +39,6 @@ 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] define ELFSIZE in config/ppc64.mk for now, Xen patchbot-xenppc-unstable <=