CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2018/10/13 13:19:21
Modified files: lib : Makefile lib/libcxx : Makefile Log message: 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@