From 3817858f82d7c5755a23f98906d512d4876cf6e9 Mon Sep 17 00:00:00 2001 From: tv Date: Sun, 16 Aug 1998 17:16:00 +0000 Subject: [PATCH] Turn off the egcs bits while the 1.1 import and build verifications are taking place. --- gnu/lib/Makefile | 4 ++-- gnu/usr.bin/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/lib/Makefile b/gnu/lib/Makefile index 36e379fb8623..2795f7ff80c2 100644 --- a/gnu/lib/Makefile +++ b/gnu/lib/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.14 1998/07/29 19:04:16 thorpej Exp $ +# $NetBSD: Makefile,v 1.15 1998/08/16 17:16:00 tv Exp $ # XXX Temporary for USE_EGCS .include SUBDIR+= libmalloc .ifdef USE_EGCS -SUBDIR+= libf2c libstdc++ +#SUBDIR+= libg2c libstdc++ - currently in flux .else SUBDIR+= libg++ .endif diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index e92fa2852cbb..da523e2fbdc1 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 1998/05/25 20:06:39 tv Exp $ +# $NetBSD: Makefile,v 1.49 1998/08/16 17:16:01 tv Exp $ # XXX Temporary for USE_EGCS .include @@ -15,7 +15,7 @@ SUBDIR+= gas SUBDIR+= gdb ld .ifdef USE_EGCS -SUBDIR+= egcs +#SUBDIR+= egcs - currently in flux .else SUBDIR+= gcc .endif