diff options
author | 2010-05-16 13:22:58 +0000 | |
---|---|---|
committer | 2010-05-16 13:22:58 +0000 | |
commit | f5a020daceed64e5310592f93bb3a19d3ad4e552 (patch) | |
tree | d01d8eeb3a3224c65aa5dcda78806620ee445406 | |
parent | mux support for remote forwarding with dynamic port allocation, (diff) | |
download | wireguard-openbsd-f5a020daceed64e5310592f93bb3a19d3ad4e552.tar.xz wireguard-openbsd-f5a020daceed64e5310592f93bb3a19d3ad4e552.zip |
the cp-demangler is part of libsupc++ as well
-rw-r--r-- | gnu/lib/libstdc++-v3/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/libstdc++-v3/Makefile.common b/gnu/lib/libstdc++-v3/Makefile.common index 0db6a3e63c3..ca592374297 100644 --- a/gnu/lib/libstdc++-v3/Makefile.common +++ b/gnu/lib/libstdc++-v3/Makefile.common @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.common,v 1.2 2010/05/16 07:28:15 espie Exp $ +# $OpenBSD: Makefile.common,v 1.3 2010/05/16 13:22:58 espie Exp $ GCCDIR= ${.CURDIR}/../../gcc/gcc GCCLIB= ${GCCDIR}/gcc @@ -25,4 +25,4 @@ SUPSRCS=del_op.cc del_opnt.cc del_opv.cc del_opvnt.cc eh_alloc.cc eh_arm.cc \ vec.cc vterminate.cc # from libiberty: -SRCS+= cp-demangle.c +SUPSRCS+= cp-demangle.c |