]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix CC being wrong during install* targets.
authorimp <imp@FreeBSD.org>
Thu, 5 Nov 2015 21:48:12 +0000 (21:48 +0000)
committerimp <imp@FreeBSD.org>
Thu, 5 Nov 2015 21:48:12 +0000 (21:48 +0000)
commit65c695767fab2a1fb8af73554186040343e44d98
tree7c58162e9680cb3dc63fbecb57221ac17dd46de9
parentcc4b042480ba323909ca3f549093b4623a143d03
Fix CC being wrong during install* targets.

Move CROSS_TOOLS stuff to top of file (before bsd.compiler.mk) so that
decisions made by bsd.compiler.mk can properly affect the defaults in
src.opts.mk. Move that to after bsd.compiler.mk. Add a comment about
why we include bsd.compiler.mk here despite the fact that src.opts.mk
currently does too. Also remove bsd.arch.inc.mk that's been OBE.

Differential Revision: https://reviews.freebsd.org/D4087
Makefile.inc1