[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [XenPPC] [xenppc-unstable] [ppc] ELFSIZE still needs to be 64 for PPC
# 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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |