summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libstdc++
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-11-15 18:09:09 +0000
committerjkh <jkh@FreeBSD.org>1996-11-15 18:09:09 +0000
commit5748956625e5b80556b7fc4defdcfd2b4ed86a28 (patch)
treed175a4b8edbf3e27fd7bdf17e013d94ca470cbf7 /gnu/lib/libstdc++
parentc80b197509ead45bc100ba52513a780604c14def (diff)
downloadFreeBSD-src-5748956625e5b80556b7fc4defdcfd2b4ed86a28.zip
FreeBSD-src-5748956625e5b80556b7fc4defdcfd2b4ed86a28.tar.gz
STL object files missing from libstdc++ - fix.
This closes PR#1975 and was on my TODO list, so I'm breaking my own "no more commits before I fly!" rule and taking care of this, since it was at the very top and Peter shamed me in to taking care of it. This is definitely a 2.2 candidate. Submitted-By: Mark Diekhans <markd@Grizzly.COM>
Diffstat (limited to 'gnu/lib/libstdc++')
-rw-r--r--gnu/lib/libstdc++/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/gnu/lib/libstdc++/Makefile b/gnu/lib/libstdc++/Makefile
index 6ebf71c..326d303 100644
--- a/gnu/lib/libstdc++/Makefile
+++ b/gnu/lib/libstdc++/Makefile
@@ -1,10 +1,11 @@
#
-# $Id$
+# $Id: Makefile,v 1.1 1996/10/03 22:52:22 peter Exp $
#
GPPDIR= ${.CURDIR}/../../../contrib/libg++
-.PATH: ${GPPDIR}/libstdc++ ${GPPDIR}/libio ${GPPDIR}/libiberty
+.PATH: ${GPPDIR}/libstdc++ ${GPPDIR}/libstdc++/stl ${GPPDIR}/libio \
+ ${GPPDIR}/libiberty
LIB= stdc++
SHLIB_MAJOR= 2
@@ -42,6 +43,9 @@ STLHDRS=algo.h algobase.h bool.h bvector.h defalloc.h deque.h faralloc.h \
SRCS+= newi.cc cstringi.cc stddefi.cc typeinfoi.cc exceptioni.cc \
stdexcepti.cc cstdlibi.cc cmathi.cc
+# stl sources.
+SRCS+= tempbuf.cc tree.cc random.cc
+
# "standard" C parts of libiberty (strerror is a superset of the libc version)
SRCS+= insque.c strerror.c
@@ -66,6 +70,8 @@ SRCS+= cleanup.c filedoalloc.c fileops.c floatconv.c genops.c iofclose.c \
ioseekpos.c iostrerror.c ioungetc.c iovfprintf.c iovfscanf.c \
outfloat.c strops.c
+
+
beforedepend: config.h
strerror.o: config.h
CLEANFILES+= config.h
OpenPOWER on IntegriCloud