Page MenuHomeFreeBSD

Remove remaining uses of ${COMPILER_FEATURES:Mc++11}
ClosedPublic

Authored by arichardson on Jan 19 2021, 11:56 AM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 23 2024, 11:55 AM
Unknown Object (File)
Feb 19 2024, 6:42 AM
Unknown Object (File)
Feb 13 2024, 1:02 PM
Unknown Object (File)
Jan 24 2024, 2:57 AM
Unknown Object (File)
Dec 26 2023, 12:24 PM
Unknown Object (File)
Dec 20 2023, 4:17 AM
Unknown Object (File)
Dec 3 2023, 5:25 PM
Unknown Object (File)
Dec 3 2023, 2:00 PM
Subscribers
None

Details

Summary

All supported compilers have C++11 support so these checks can be replaced
with MK_CXX guards.

See also https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252759

Diff Detail

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

Event Timeline

arichardson created this revision.
usr.bin/Makefile
215

We should extend the WITHOUT_CXX description in src.conf(5) - I'm not sure we need to keep it up-to-date on an ongoing basis, but it currently suggests that gperf(1) and devd(8) are the only things it will turn off.

This revision is now accepted and ready to land.Jan 19 2021, 2:03 PM