summaryrefslogtreecommitdiff
path: root/gnu/lib/libstdc++
diff options
context:
space:
mode:
authortv <tv@NetBSD.org>1999-01-19 15:27:24 +0000
committertv <tv@NetBSD.org>1999-01-19 15:27:24 +0000
commitef1a00386231a1a2c09a7c565cd9976703fbbc44 (patch)
treefe1ff1cf389a6deb172291293408e1a35faa061a /gnu/lib/libstdc++
parentd8f58a35065838361936f7b149627618cf0843e6 (diff)
Significantly reduce code size of programs which use string, complex,
or the Allocator heavily. (For common types, these are already instantiated in libstdc++, and do not need implicit instantiation.)
Diffstat (limited to 'gnu/lib/libstdc++')
-rw-r--r--gnu/lib/libstdc++/std/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/lib/libstdc++/std/Makefile b/gnu/lib/libstdc++/std/Makefile
index b811c7eb95f..49c0a693bcf 100644
--- a/gnu/lib/libstdc++/std/Makefile
+++ b/gnu/lib/libstdc++/std/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.2 1998/08/28 15:31:30 tv Exp $
+# $NetBSD: Makefile,v 1.3 1999/01/19 15:27:24 tv Exp $
NOPROG= yes
INCS= bastring.cc bastring.h complext.cc complext.h dcomplex.h fcomplex.h \
ldcomplex.h straits.h
+INCS+= bastring_inst.h complext_inst.h
INCSDIR=/usr/include/g++/std
.PATH: ${.CURDIR}/../../../dist/libstdc++/std