summaryrefslogtreecommitdiff
path: root/lib/libcxxrt/Makefile
AgeCommit message (Expand)Author
2025-04-11src: Use gnu++17 as the default C++ standardJohn Baldwin
2024-05-17libcxxrt: allow build with gcc13 and --no-undefined-versionBrooks Davis
2024-04-22libcxxrt: align more with libc/MakefileBrooks Davis
2024-04-22libcxxrt: define SHLIBDIR before including bsd.own.mkDimitry Andric
2024-04-16libcxxrt: don't export nonexistant symbolsBrooks Davis
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2022-01-22Sort SRCS in libcxxrt's Makefile, and use += to list sourcesDimitry Andric
2020-09-11Only set WARNS if not definedKyle Evans
2020-01-14Revert r353140: Re-add ALLOW_MIPS_SHARED_TEXTREL, sprinkle it aroundKyle Evans
2019-10-06Re-add ALLOW_MIPS_SHARED_TEXTREL, sprinkle it aroundKyle Evans
2019-07-26Merge libcxxrt master f96846efbfd508f66d91fcbbef5dd808947c7f6d.Dimitry Andric
2019-04-22Rework CXXSTD setting via r345708Enji Cooper
2019-03-29Standardize `-std=c++* as `CXXSTD`Enji Cooper
2019-03-29Revert r345706: the third time will be the charmEnji Cooper
2019-03-29Standardize `-std=c++* as `CXXSTD`Enji Cooper
2019-03-29Revert r345704Enji Cooper
2019-03-29CXXSTD is the C++ analogue to CSTD.Enji Cooper
2017-01-20Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesEnji Cooper
2016-05-29GCC External: Revert r300886, r300904, r300917, r300918Bryan Drewery
2016-05-27Move external GCC compiler hacks to bsd.sys.mk.Bryan Drewery
2016-05-27After r300770, for libc++ and libcxxrt, use -isystem instead of -I.Dimitry Andric
2016-04-04MFHGlen Barber
2016-03-27Compile libcxxrt as C++11, since it is only really used in combinationDimitry Andric
2016-02-05Remove libc, librtld_db, libthr packages, and further increaseGlen Barber
2016-02-04First pass through library packaging.Glen Barber
2015-06-15Revert r284417 it is not necessary anymoreBaptiste Daroussin
2015-06-15Enforce overwritting SHLIBDIRBaptiste Daroussin
2012-06-02Tabify libcxxrt and libc++'s Makefiles.Dimitry Andric
2012-03-19Add symbol versioning to libcxxrt.David Chisnall
2011-11-26Update libcxxrt to remove the pthread dependency.David Chisnall
2011-11-25Import libc++ / libcxxrt into base. Not build by default yet (useDavid Chisnall