Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/usr.bin/egcs don't build in here if USE_NEW_TOOLCHAIN.



details:   https://anonhg.NetBSD.org/src/rev/7f21766df6ac
branches:  trunk
changeset: 513731:7f21766df6ac
user:      mrg <mrg%NetBSD.org@localhost>
date:      Fri Aug 10 12:33:55 2001 +0000

description:
don't build in here if USE_NEW_TOOLCHAIN.

diffstat:

 gnu/usr.bin/egcs/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 80475a3f29c7 -r 7f21766df6ac gnu/usr.bin/egcs/Makefile
--- a/gnu/usr.bin/egcs/Makefile Fri Aug 10 12:01:48 2001 +0000
+++ b/gnu/usr.bin/egcs/Makefile Fri Aug 10 12:33:55 2001 +0000
@@ -1,7 +1,9 @@
-#      $NetBSD: Makefile,v 1.13 2001/02/28 16:55:59 tv Exp $
+#      $NetBSD: Makefile,v 1.14 2001/08/10 12:33:55 mrg Exp $
 
 .include <bsd.own.mk>
 
+.if !defined(USE_NEW_TOOLCHAIN)
+
 .if (${MACHINE_ARCH} != "sparc64")
 SUBDIR=                c89 cc cpp collect2 g++ g77 gcov \
                common .WAIT cc1 cc1plus cc1obj f771
@@ -14,4 +16,5 @@
 .PATH: ${DIST}/gcc ${DIST}/gcc/cp ${DIST}/gcc/f
 
 .include <bsd.info.mk>
+.endif
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index