Sat Nov 24 18:16:16 2012 UTC ()
File is common between pp6 and ppc64 ports, so define ARCH_ELFSIZE
accordingly.

From christos@, resolves the latest build break


(pgoyette)
diff -r1.1 -r1.2 src/sys/rump/librump/rumpkern/arch/powerpc/Makefile.inc

cvs diff -r1.1 -r1.2 src/sys/rump/librump/rumpkern/arch/powerpc/Makefile.inc (expand / switch to unified diff)

--- src/sys/rump/librump/rumpkern/arch/powerpc/Makefile.inc 2011/07/03 08:53:23 1.1
+++ src/sys/rump/librump/rumpkern/arch/powerpc/Makefile.inc 2012/11/24 18:16:15 1.2
@@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
1# $NetBSD: Makefile.inc,v 1.1 2011/07/03 08:53:23 mrg Exp $ 1# $NetBSD: Makefile.inc,v 1.2 2012/11/24 18:16:15 pgoyette Exp $
2 2
 3.if ${MACHINE_ARCH} == "powerpc"
3CPPFLAGS+= -DARCH_ELFSIZE=32 4CPPFLAGS+= -DARCH_ELFSIZE=32
 5.else
 6CPPFLAGS+= -DARCH_ELFSIZE=64
 7.endif
4SRCS+= kobj_stubs.c rumpcpu_generic.c 8SRCS+= kobj_stubs.c rumpcpu_generic.c