summaryrefslogtreecommitdiff
path: root/gnu/lib/libg++
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/lib/libg++')
-rw-r--r--gnu/lib/libg++/libg++2netbsd7
1 files changed, 6 insertions, 1 deletions
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 <bsd.lib.mk>
%% frag