Module Name: src
Committed By: mrg
Date: Sat Mar 27 19:46:58 UTC 2010
Modified Files:
src/gnu/usr.bin/gdb6/gdbtui: Makefile
Log Message:
link in libsim on powerpc64 as well.
from [email protected] in PR#43044.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/gnu/usr.bin/gdb6/gdbtui/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/gnu/usr.bin/gdb6/gdbtui/Makefile
diff -u src/gnu/usr.bin/gdb6/gdbtui/Makefile:1.4 src/gnu/usr.bin/gdb6/gdbtui/Makefile:1.5
--- src/gnu/usr.bin/gdb6/gdbtui/Makefile:1.4 Wed Feb 3 15:34:39 2010
+++ src/gnu/usr.bin/gdb6/gdbtui/Makefile Sat Mar 27 19:46:57 2010
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2010/02/03 15:34:39 roy Exp $
+# $NetBSD: Makefile,v 1.5 2010/03/27 19:46:57 mrg Exp $
.include "../Makefile.inc"
@@ -45,7 +45,8 @@
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