Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/usr.bin/gdb6/gdbtui link in libsim on powerpc64 as well.
details: https://anonhg.NetBSD.org/src/rev/cecd080733e0
branches: trunk
changeset: 753421:cecd080733e0
user: mrg <mrg%NetBSD.org@localhost>
date: Sat Mar 27 19:46:57 2010 +0000
description:
link in libsim on powerpc64 as well.
from dennis.c.ferguson%gmail.com@localhost in PR#43044.
diffstat:
gnu/usr.bin/gdb6/gdbtui/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 4f6b0aaf8874 -r cecd080733e0 gnu/usr.bin/gdb6/gdbtui/Makefile
--- a/gnu/usr.bin/gdb6/gdbtui/Makefile Sat Mar 27 16:47:05 2010 +0000
+++ b/gnu/usr.bin/gdb6/gdbtui/Makefile Sat Mar 27 19:46:57 2010 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index