From 482ec87e2d520becf14d5640e496de11985b1f88 Mon Sep 17 00:00:00 2001 From: kan Date: Wed, 28 Jul 2004 05:27:21 +0000 Subject: Bmake glue for GCC 3.4.2-prerelease. --- gnu/lib/libsupc++/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/lib/libsupc++') diff --git a/gnu/lib/libsupc++/Makefile b/gnu/lib/libsupc++/Makefile index cb41af2..4abeed4 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 -- cgit v1.1