[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [XenPPC] [xenppc-unstable] [ppc] define ELFSIZE in config/ppc64.mk for now
# 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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |