Source-Changes-HG archive

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

[src/trunk]: src DO do-gnu-lib-crtstuff${LIBGCC_EXT} only when ${HAVE_GCC3} !...



details:   https://anonhg.NetBSD.org/src/rev/3e80d95b43eb
branches:  trunk
changeset: 569731:3e80d95b43eb
user:      tacha <tacha%NetBSD.org@localhost>
date:      Thu Sep 02 02:02:38 2004 +0000

description:
DO do-gnu-lib-crtstuff${LIBGCC_EXT} only when ${HAVE_GCC3} != "no",
since we don't have crtstuff subdirectory.

diffstat:

 Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 2c3a8317f3ab -r 3e80d95b43eb Makefile
--- a/Makefile  Wed Sep 01 23:26:10 2004 +0000
+++ b/Makefile  Thu Sep 02 02:02:38 2004 +0000
@@ -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+= 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



Home | Main Index | Thread Index | Old Index