From cb7f6e2af3f511d3f4d48e875aec8eddc48dfc5e Mon Sep 17 00:00:00 2001 From: pk Date: Sun, 22 Dec 1996 13:37:30 +0000 Subject: Include c++rt.o when building shared library in libstdc++/Makefile --- gnu/lib/libg++/libg++2netbsd | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'gnu/lib/libg++') diff --git a/gnu/lib/libg++/libg++2netbsd b/gnu/lib/libg++/libg++2netbsd index 25e46c4e8be..b12de5a3b56 100644 --- a/gnu/lib/libg++/libg++2netbsd +++ b/gnu/lib/libg++/libg++2netbsd @@ -1,6 +1,6 @@ #!/usr/local/bin/perl # -# $NetBSD: libg++2netbsd,v 1.14 1996/12/20 01:04:17 cgd Exp $ +# $NetBSD: libg++2netbsd,v 1.15 1996/12/22 13:37:30 pk Exp $ # # Perl script to convert a standard distribution directory for libg++ into # a NetBSD source tree. @@ -563,6 +563,11 @@ NOLINT= nolint .PATH: $(.CURDIR)/../libio $(.CURDIR)/stl $(.CURDIR)/../librx +.if (${MACHINE} != "alpha") +LDADD= ${DESTDIR}/usr/lib/c++rt0.o +DPADD= ${DESTDIR}/usr/lib/c++rt0.o +.endif + .include %% frag -- cgit