Page MenuHomeFreeBSD

Remove the MK_LIBCPLUSPLUS/MK_GNUCXX options
ClosedPublic

Authored by arichardson on Jan 5 2021, 12:23 PM.
Tags
None
Referenced Files
F84181575: D27974.id.diff
Mon, May 20, 12:17 PM
F84181484: D27974.id83153.diff
Mon, May 20, 12:15 PM
F84181481: D27974.id81812.diff
Mon, May 20, 12:15 PM
Unknown Object (File)
Fri, May 17, 1:51 PM
Unknown Object (File)
Mon, May 13, 11:15 AM
Unknown Object (File)
Mon, May 13, 8:11 AM
Unknown Object (File)
Mon, May 13, 8:10 AM
Unknown Object (File)
Mon, May 13, 5:13 AM
Subscribers

Details

Summary

MK_GNUCXX was removed together with GCC 4.2.1 (20200229), but there were
still some remains of this option in the build system.
This commit also removes the MK_LIBCPLUSPLUS option (since this is now
equivalent to any form of C++ support) and changes all uses to MK_CXX.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 35993
Build 32882: arc lint + arc unit

Event Timeline

lib/libproc/Makefile
19

I don't understand this change

arichardson added inline comments.
lib/libproc/Makefile
19

Oh yeah that is wrong.

arichardson marked an inline comment as done.
  • bring back change to src.conf.5 that I accidentally reverted in last update
This revision is now accepted and ready to land.Jan 30 2021, 5:48 PM
This revision was automatically updated to reflect the committed changes.