[Bug 215193] libc++ and libcxxrt: convert to a private library

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Dec 10 11:09:13 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215193

David Chisnall <theraven at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |theraven at FreeBSD.org

--- Comment #2 from David Chisnall <theraven at FreeBSD.org> ---
I think that a better solution to this would be more frequent upstream imports
into base (which should become a lot easier to push to users once we have
packaged base).  Making libc++ a private library would mean that it would not
be possible for users to compile C++ programs without installing a port, which
would be a major regression.  If we did that, then there's little point having
a C++ compiler in the base system at all.

Libc++ aims to be backwards binary compatible, and so there shouldn't be any
POLA violations from installing a newer one.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-toolchain mailing list