Turn off the egcs bits while the 1.1 import and build verifications are

taking place.
This commit is contained in:
tv 1998-08-16 17:16:00 +00:00
parent a66a06cd19
commit 3817858f82
2 changed files with 4 additions and 4 deletions

View File

@ -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 <bsd.own.mk>
SUBDIR+= libmalloc
.ifdef USE_EGCS
SUBDIR+= libf2c libstdc++
#SUBDIR+= libg2c libstdc++ - currently in flux
.else
SUBDIR+= libg++
.endif

View File

@ -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 <bsd.own.mk>
@ -15,7 +15,7 @@ SUBDIR+= gas
SUBDIR+= gdb ld
.ifdef USE_EGCS
SUBDIR+= egcs
#SUBDIR+= egcs - currently in flux
.else
SUBDIR+= gcc
.endif