Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/usr.bin/gdb Turn this off on USE_NEW_TOOLCHAIN temporarily.
details: https://anonhg.NetBSD.org/src/rev/d7434d3de06b
branches: trunk
changeset: 513655:d7434d3de06b
user: tv <tv%NetBSD.org@localhost>
date: Mon Aug 06 19:36:58 2001 +0000
description:
Turn this off on USE_NEW_TOOLCHAIN temporarily.
diffstat:
gnu/usr.bin/gdb/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 3e0da2062dff -r d7434d3de06b gnu/usr.bin/gdb/Makefile
--- a/gnu/usr.bin/gdb/Makefile Mon Aug 06 19:34:22 2001 +0000
+++ b/gnu/usr.bin/gdb/Makefile Mon Aug 06 19:36:58 2001 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.48 2001/04/10 11:10:09 mrg Exp $
+# $NetBSD: Makefile,v 1.49 2001/08/06 19:36:58 tv Exp $
# for OBJECT_FMT
.include <bsd.own.mk>
+.if !defined(USE_NEW_TOOLCHAIN)
.if (${OBJECT_FMT} == "ELF") || defined(BOOTSTRAP_ELF)
ELF_PLEASE=
.endif
@@ -130,3 +131,6 @@
@-rm -f $@
cp $> $@
.endif
+.else
+.include <bsd.prog.mk>
+.endif
Home |
Main Index |
Thread Index |
Old Index