Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: One more build break in evbppc64
In article <Pine.NEB.4.64.1211240741120.8561%screamer.whooppee.com@localhost>,
Paul Goyette <paul%whooppee.com@localhost> wrote:
>Thanks, Christos, for fixing the lint errors.
>
>This one appears more serious:
Try this (and commit it if it works)
christos
Index: librump/rumpkern/arch/powerpc/Makefile.inc
===================================================================
RCS file: /cvsroot/src/sys/rump/librump/rumpkern/arch/powerpc/Makefile.inc,v
retrieving revision 1.1
diff -u -p -u -r1.1 Makefile.inc
--- librump/rumpkern/arch/powerpc/Makefile.inc 3 Jul 2011 08:53:23 -0000
1.1
+++ librump/rumpkern/arch/powerpc/Makefile.inc 24 Nov 2012 16:32:18 -0000
@@ -1,4 +1,8 @@
# $NetBSD: Makefile.inc,v 1.1 2011/07/03 08:53:23 mrg Exp $
+.if ${MACHINE_ARCH} == "powerpc"
CPPFLAGS+= -DARCH_ELFSIZE=32
+.else
+CPPFLAGS+= -DARCH_ELFSIZE=64
+.endif
SRCS+= kobj_stubs.c rumpcpu_generic.c
Home |
Main Index |
Thread Index |
Old Index