History log of /freebsd/contrib/libcxxrt/FREEBSD-upgrade (Results 1 – 3 of 3)
Revision Date Author Comments
# d37eb510 31-May-2024 Warner Losh <imp@FreeBSD.org>

contrib: Remove various $FreeBSD$ tags not upstream

Sponsored by: Netflix


# f66e4b93 18-Jun-2015 Ed Maste <emaste@FreeBSD.org>

Update libcxxrt upgrade instructions

The typeinfo file no longer exists upstream.


# 7a984708 25-Nov-2011 David Chisnall <theraven@FreeBSD.org>

Import libc++ / libcxxrt into base. Not build by default yet (use
MK_LIBCPLUSPLUS=yes to enable). This is a work-in-progress. It works for
me, but is not guaranteed to work for anyone else and may

Import libc++ / libcxxrt into base. Not build by default yet (use
MK_LIBCPLUSPLUS=yes to enable). This is a work-in-progress. It works for
me, but is not guaranteed to work for anyone else and may eat your dog.

To build C++ using libc++, add -stdlib=libc++ to your CXX and LD flags.

Bug reports welcome, bug fixes even more welcome...

Approved by: dim (mentor)

show more ...