]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Refine r354661 to unbreak the GCC_BOOTSTRAP case.
authorjhb <jhb@FreeBSD.org>
Wed, 13 Nov 2019 21:49:46 +0000 (21:49 +0000)
committerjhb <jhb@FreeBSD.org>
Wed, 13 Nov 2019 21:49:46 +0000 (21:49 +0000)
commit351c503394e853baf66dc9b893412cb930d4a2ea
tree00b7d67022100032737f23792d14dc0e80aab1ae
parent2012ddb51eb9c0d2c3c33d75029264eeb0951c19
Refine r354661 to unbreak the GCC_BOOTSTRAP case.

MK_CLANG_IS_CC controls installing links for GCC, not just clang.  Set
MK_CLANG_IS_CC to the value of MK_CLANG_BOOTSTRAP.  This will leave it
as "no" if no bootstrap compiler is being built or GCC 4.2.1 is being
used as the bootstrap compiler, and "yes" if clang is being used as
the bootstrap compiler.

Submitted by: bdrewery (kind of, he suggested this on IRC while I was
     testing the original patch)
Reviewed by: kevans, imp
Sponsored by: DARPA
Differential Revision: https://reviews.freebsd.org/D22350
Makefile.inc1