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>
This commit is contained in:
parent
58dc15740f
commit
a4a3782b70
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=19786
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user