summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libstdc++
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-11-15 04:16:19 +0000
committerobrien <obrien@FreeBSD.org>1999-11-15 04:16:19 +0000
commitf62e7fc20cc486bc0308c35b4e7e33eaa0d41e43 (patch)
treef399e7722badfbeb23dab8bc9569d927e8b27d2c /gnu/lib/libstdc++
parent3b8d09a9f991095f69b7a21be1b4a372eef1f5ce (diff)
downloadFreeBSD-src-f62e7fc20cc486bc0308c35b4e7e33eaa0d41e43.zip
FreeBSD-src-f62e7fc20cc486bc0308c35b4e7e33eaa0d41e43.tar.gz
Cut over the system compiler from from EGCS 1.1.2 to GCC 2.95.2.
Diffstat (limited to 'gnu/lib/libstdc++')
-rw-r--r--gnu/lib/libstdc++/Makefile16
1 files changed, 9 insertions, 7 deletions
diff --git a/gnu/lib/libstdc++/Makefile b/gnu/lib/libstdc++/Makefile
index 28fa9d4..0c26b31 100644
--- a/gnu/lib/libstdc++/Makefile
+++ b/gnu/lib/libstdc++/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-SRCDIR= ${.CURDIR}/../../../contrib/egcs/libstdc++
+SRCDIR= ${.CURDIR}/../../../contrib/libstdc++
.PATH: ${SRCDIR} ${SRCDIR}/stl ${SRCDIR}/../libio
@@ -20,13 +20,15 @@ DPADD+= ${LIBM}
HDRS= cassert cctype cerrno cfloat ciso646 climits clocale cmath complex \
csetjmp csignal cstdarg cstddef cstdio cstdlib cstring ctime \
cwchar cwctype fstream iomanip iosfwd iostream stdexcept string \
- strstream complex.h stl.h
+ strstream complex.h stl.h valarray
-SHDRS= bastring.cc bastring.h complext.cc complext.h dcomplex.h fcomplex.h \
- ldcomplex.h straits.h
+STDHDRS=bastring.cc bastring.h complext.cc complext.h dcomplex.h fcomplex.h \
+ gslice.h gslice_array.h indirect_array.h ldcomplex.h mask_array.h \
+ slice.h slice_array.h std_valarray.h straits.h valarray_array.h \
+ valarray_array.tcc valarray_meta.h
-STLHDRS=algo.h algobase.h algorithm alloc.h bvector.h defalloc.h deque deque.h \
- function.h functional hash_map hash_map.h hash_set hash_set.h \
+STLHDRS=algo.h algobase.h algorithm alloc.h bitset bvector.h defalloc.h deque \
+ deque.h function.h functional hash_map hash_map.h hash_set hash_set.h \
hashtable.h heap.h iterator iterator.h list list.h map map.h memory \
multimap.h multiset.h numeric pair.h pthread_alloc pthread_alloc.h \
queue rope rope.h ropeimpl.h set set.h slist slist.h stack stack.h \
@@ -75,7 +77,7 @@ beforeinstall:
${STLHDRS:S;^;${SRCDIR}/stl/;} \
${DESTDIR}/usr/include/g++
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \
- ${SHDRS:S;^;${SRCDIR}/std/;} \
+ ${STDHDRS:S;^;${SRCDIR}/std/;} \
${DESTDIR}/usr/include/g++/std
CLEANFILES+= dummy.h dummy.c dummy.C
OpenPOWER on IntegriCloud