diff options
| author | pk <pk@NetBSD.org> | 1996-12-22 13:37:30 +0000 |
|---|---|---|
| committer | pk <pk@NetBSD.org> | 1996-12-22 13:37:30 +0000 |
| commit | cb7f6e2af3f511d3f4d48e875aec8eddc48dfc5e (patch) | |
| tree | 1dacd70f6c7b5f69ae17b5527f15a0fd6451b1f8 /gnu/lib/libg++ | |
| parent | 051d8d18958013d8e100e9d9da49987954bb0b2c (diff) | |
Include c++rt.o when building shared library in libstdc++/Makefile
Diffstat (limited to 'gnu/lib/libg++')
| -rw-r--r-- | gnu/lib/libg++/libg++2netbsd | 7 |
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 |
