Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/Makefile,v rcsdiff: /ftp/cvs/cvsroot/src/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.236 retrieving revision 1.237 diff -u -p -r1.236 -r1.237 --- src/Makefile 2004/08/28 00:18:38 1.236 +++ src/Makefile 2004/09/02 02:02:38 1.237 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.236 2004/08/28 00:18:38 thorpej Exp $ +# $NetBSD: Makefile,v 1.237 2004/09/02 02:02:38 tacha Exp $ # # This is the top-level makefile for building NetBSD. For an outline of @@ -188,7 +188,9 @@ BUILDTARGETS+= includes BUILDTARGETS+= do-tools-compat BUILDTARGETS+= do-lib-csu .if ${MKGCC} != "no" +.if ${HAVE_GCC3} != "no" BUILDTARGETS+= do-gnu-lib-crtstuff${LIBGCC_EXT} +.endif BUILDTARGETS+= do-gnu-lib-libgcc${LIBGCC_EXT} .endif BUILDTARGETS+= do-lib-libc