From b9651be46dbe82d518c8394f8676b32711527d1b Mon Sep 17 00:00:00 2001 From: Patrick Wildt Date: Sat, 2 Jan 2021 20:43:27 +0000 Subject: Adjust link path for libc++ to find libc++abi to match change of Makefile and build location. --- gnu/lib/libcxx/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/lib/libcxx/Makefile b/gnu/lib/libcxx/Makefile index e2d9816cd38..a31dfa0d7c6 100644 --- a/gnu/lib/libcxx/Makefile +++ b/gnu/lib/libcxx/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2021/01/02 20:04:36 patrick Exp $ +# $OpenBSD: Makefile,v 1.2 2021/01/02 20:43:26 patrick Exp $ .include @@ -62,7 +62,7 @@ CXXFLAGS+= -nostdlib -nostdinc++ CXXFLAGS+= -std=c++14 .endif -LDADD+= -L${BSDOBJDIR}/lib/libcxxabi -lc++abi +LDADD+= -L${BSDOBJDIR}/gnu/lib/libcxxabi -lc++abi STD_HEADERS= __bit_reference \ -- cgit v1.2.3