summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-05-29 22:26:05 +0000
committerobrien <obrien@FreeBSD.org>2002-05-29 22:26:05 +0000
commitdccfdff5f9188d741328353434d8b34ab7bdd2e9 (patch)
tree20a5d22f08ab211a454f56ee73712cc9e543b366 /gnu
parent4c50817e023cbe6df7badb4aa255bf93d24dfc9a (diff)
downloadFreeBSD-src-dccfdff5f9188d741328353434d8b34ab7bdd2e9.zip
FreeBSD-src-dccfdff5f9188d741328353434d8b34ab7bdd2e9.tar.gz
Tweak so that .o's are written into src/contrib/gcc
Diffstat (limited to 'gnu')
-rw-r--r--gnu/lib/libstdc++/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/libstdc++/Makefile b/gnu/lib/libstdc++/Makefile
index 9ab6a17..5e29228 100644
--- a/gnu/lib/libstdc++/Makefile
+++ b/gnu/lib/libstdc++/Makefile
@@ -6,7 +6,7 @@ SUPDIR= ${SRCDIR}/libsupc++
.PATH: ${SRCDIR}/src ${SRCDIR}/libmath ${SRCDIR}/config/io \
${SRCDIR}/config/locale/generic ${SRCDIR} ${SRCDIR}/std \
- ${SUPDIR}
+ ${SUPDIR} ${GCCDIR}
SUBDIR= doc
@@ -42,7 +42,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+= ${GCCDIR}/cp-demangle.c ${GCCDIR}/dyn-string.c
+SRCS+= cp-demangle.c dyn-string.c
strstream-fixed.cc: ${SRCDIR}/src/strstream.cc
sed -e 's,^#include <strstream.h>,#include <backward/strstream.h>,g' \
OpenPOWER on IntegriCloud