]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
OptionalObsoleteFiles.inc: remove MK_CXX rule for usr/bin/c++
authorEd Maste <emaste@FreeBSD.org>
Wed, 1 Dec 2021 21:49:16 +0000 (16:49 -0500)
committerEd Maste <emaste@FreeBSD.org>
Wed, 9 Feb 2022 17:39:51 +0000 (12:39 -0500)
commitb5ed0dcc83088088a652efd0cf909c334ed2c4b3
tree04cf9e7c307e8babe11e2f310e67470ea9d063cf
parent77a3ace8fec6b9624129b28b012b1e60bbc950d8
OptionalObsoleteFiles.inc: remove MK_CXX rule for usr/bin/c++

In fact MK_CXX does not control whether /usr/bin/c++ is built -- it is
installed as a link to Clang (which is always a C/C++ compiler), and it
already exists in OptionalObsoleteFiles under MK_TOOLCHAIN.

Sponsored by: The FreeBSD Foundation

(cherry picked from commit c3f345ae3c0fac0684f83cff72ae23da18468777)
tools/build/mk/OptionalObsoleteFiles.inc