aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib/libsupc++
diff options
context:
space:
mode:
authorAlexander Kabaev <kan@FreeBSD.org>2004-07-28 05:27:21 +0000
committerAlexander Kabaev <kan@FreeBSD.org>2004-07-28 05:27:21 +0000
commit81efba8c9e6d0a67d8b81cc82ef6d625b004afc9 (patch)
treed38f606f4ee3571f7c56d00ef0cbb35442e1d0d3 /gnu/lib/libsupc++
parent2814077c60957569429de24b75c24a2768c571c4 (diff)
Notes
Diffstat (limited to 'gnu/lib/libsupc++')
-rw-r--r--gnu/lib/libsupc++/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/libsupc++/Makefile b/gnu/lib/libsupc++/Makefile
index cb41af28d09c..4abeed41d3d5 100644
--- a/gnu/lib/libsupc++/Makefile
+++ b/gnu/lib/libsupc++/Makefile
@@ -14,7 +14,7 @@ SRCS= del_op.cc del_opnt.cc del_opv.cc del_opvnt.cc \
pure.cc tinfo.cc tinfo2.cc vec.cc
# from libiberty:
-SRCS+= cp-demangle.c dyn-string.c
+SRCS+= cp-demangle.c
CFLAGS+= -DIN_GLIBCPP_V3 -DHAVE_CONFIG_H
CFLAGS+= -I${SRCDIR} -I${GCCDIR} -I${.CURDIR}/../libstdc++
@@ -22,6 +22,6 @@ CXXFLAGS+= -fno-implicit-templates -ffunction-sections -fdata-sections
HDRS= exception new typeinfo cxxabi.h exception_defines.h
INCS= ${HDRS:S;^;${SRCDIR}/;}
-INCSDIR=${INCLUDEDIR}/c++/3.3
+INCSDIR=${INCLUDEDIR}/c++/3.4
.include <bsd.lib.mk>