From 028c9feb3f54e2886977ab507bc125b3d5f29c9d Mon Sep 17 00:00:00 2001 From: ross Date: Mon, 10 Jul 2006 23:01:56 +0000 Subject: [PATCH] build simulator for powerpc64 --- gnu/usr.bin/gdb6/gdb/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/usr.bin/gdb6/gdb/Makefile b/gnu/usr.bin/gdb6/gdb/Makefile index fc236a767d67..013c82e7c7b9 100644 --- a/gnu/usr.bin/gdb6/gdb/Makefile +++ b/gnu/usr.bin/gdb6/gdb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2006/07/04 21:48:20 nathanw Exp $ +# $NetBSD: Makefile,v 1.4 2006/07/10 23:01:56 ross Exp $ .include "../Makefile.inc" @@ -46,7 +46,8 @@ LDADD+= -L${LIBGDBDIR} -lgdb DPADD+= ${LIBGDBDIR}/libgdb.a # Simulator support -.if ${MACHINE_ARCH} == powerpc || ${MACHINE_ARCH} == powerpcle +.if ${MACHINE_ARCH} == powerpc || ${MACHINE_ARCH} == powerpcle || \ + ${MACHINE_ARCH} == powerpc64 SIMOBJ!= cd ${.CURDIR}/../sim/ppc && ${PRINTOBJDIR} LDADD+= -L${SIMOBJ} -lsim DPADD+= ${SIMOBJ}/libsim.a