]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Force MK_CLANG_IS_CC on in XMAKE.
authorjhb <jhb@FreeBSD.org>
Tue, 12 Nov 2019 21:29:52 +0000 (21:29 +0000)
committerjhb <jhb@FreeBSD.org>
Tue, 12 Nov 2019 21:29:52 +0000 (21:29 +0000)
commitc898d3a894d71ceca69cd1fb7a326d7dad8f3bf0
tree0072d80ed1d86b27a6137becce8c04449db09f52
parent7b0616508075da945267b464cc81d5bb67e2a13e
Force MK_CLANG_IS_CC on in XMAKE.

This ensures that a bootstrap clang compiler is always installed as cc
in WORLDTMP.  If it is only installed as 'clang' then /usr/bin/cc is
used during the build instead of the bootstrap compiler.

Reviewed by: imp
MFC after: 1 month
Sponsored by: DARPA
Differential Revision: https://reviews.freebsd.org/D22332
Makefile.inc1