diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2018-10-13 19:19:22 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2018-10-13 19:19:22 +0000 |
commit | 22aa733009ebe848ea81335f9a76d0734738fa59 (patch) | |
tree | 1db2f567e04555fce13233e9def5cb4be9fb2a75 /lib/Makefile | |
parent | b762991ec12e9c680d393b790008383903a39132 (diff) |
Link libc++.so against libc++abi.so such that linking C binaries against
a C++ shared library will work correctly with modern linkers.
ok guenther@
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile index 13497e58d14..41e8c151377 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.73 2017/01/21 01:34:50 patrick Exp $ +# $OpenBSD: Makefile,v 1.74 2018/10/13 19:19:21 kettenis Exp $ # $NetBSD: Makefile,v 1.20.4.1 1996/06/14 17:22:38 cgd Exp $ SUBDIR= csu libarch libc libcompiler_rt libcrypto libcurses \ - libcxx libcxxabi libedit libevent libexpat \ + libcxxabi libcxx libedit libevent libexpat \ libform libfuse libkeynote libkvm libl libm libmenu \ libossaudio libpanel libpcap libradius librthread \ librpcsvc libskey libsndio libssl libtls libusbhid \ |