Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/gnu/usr.bin/gdb Pull up revision 1.48 (via patch, reque...
details: https://anonhg.NetBSD.org/src/rev/fbb5889853ec
branches: netbsd-1-5
changeset: 491300:fbb5889853ec
user: he <he%NetBSD.org@localhost>
date: Sun Apr 22 17:45:48 2001 +0000
description:
Pull up revision 1.48 (via patch, requested by mrg):
Don't build these (binutils 2.9.1) on sparc64.
diffstat:
gnu/usr.bin/gdb/Makefile | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diffs (43 lines):
diff -r b04cd2a5cb66 -r fbb5889853ec gnu/usr.bin/gdb/Makefile
--- a/gnu/usr.bin/gdb/Makefile Sun Apr 22 17:45:30 2001 +0000
+++ b/gnu/usr.bin/gdb/Makefile Sun Apr 22 17:45:48 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39.2.1 2000/08/16 22:54:54 msaitoh Exp $
+# $NetBSD: Makefile,v 1.39.2.2 2001/04/22 17:45:48 he Exp $
# for OBJECT_FMT
.include <bsd.own.mk>
@@ -7,8 +7,9 @@
ELF_PLEASE=
.endif
+MAN= gdb.1
+.if (${MACHINE_ARCH} != "sparc64")
PROG= gdb
-MAN= gdb.1
SRCS= main.c ${COMMON_SRCS} annotate.c inflow.c gnu-regex.c
OBJS= init.o
DPSRCS= nm.h tm.h
@@ -98,14 +99,16 @@
NATDEPFILES.vax= vaxnbsd-nat.c
TDEPFILES.vax= vax-tdep.c
+BFDOBJ!= cd ${.CURDIR}/../../lib/libbfd && ${MAKE} -s print-objdir
+.endif
DIST= ${.CURDIR}/../../dist
-BFDOBJ!= cd ${.CURDIR}/../../lib/libbfd && ${MAKE} -s print-objdir
.PATH: ${DIST}/gdb ${DIST}/gdb/doc
.include <bsd.info.mk>
.include <bsd.prog.mk>
+.if (${MACHINE_ARCH} != "sparc64")
init.o: ${OBJS:Ninit.o} Makefile
@-rm -f init.c
NM=${NM} sh ${.CURDIR}/mkinit.sh ${OBJS:Ninit.o} >init.c
@@ -122,3 +125,4 @@
tm.h: ${DIST}/gdb/config/${ARCHSUBDIR}/tm-nbsd.h
@-rm -f $@
cp $> $@
+.endif
Home |
Main Index |
Thread Index |
Old Index