Page MenuHomeFreeBSD

libpmc: Use LIB_CXX instead of explicit LDADD to link a C++ library.
ClosedPublic

Authored by jhb on Mar 22 2023, 2:46 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Aug 26, 11:27 AM
Unknown Object (File)
Tue, Aug 25, 10:44 AM
Unknown Object (File)
Wed, Aug 19, 2:15 PM
Unknown Object (File)
Wed, Aug 19, 9:53 AM
Unknown Object (File)
Aug 18 2026, 3:05 PM
Unknown Object (File)
Aug 10 2026, 10:17 AM
Unknown Object (File)
Aug 9 2026, 8:51 PM
Unknown Object (File)
Aug 9 2026, 8:51 PM
Subscribers

Details

Summary

This uses the C++ compiler as the linker instead of the C compiler
letting the compiler driver pick the right libraries. This is a no-op
on main and stable/13 but matters for stable/12 where the current
logic breaks for external GCC since it tries to use a non-existent
libstdc++.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable