]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r243322 (by marcel):
authordim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 25 Mar 2014 22:43:34 +0000 (22:43 +0000)
committerdim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 25 Mar 2014 22:43:34 +0000 (22:43 +0000)
commit0f878f2ba151c4f3835b198ca7fb66676d3887ba
treef5c17a3de80524880df0d6a1565102c4e4445c15
parent533311b76a90ea3af18e31ea8cbca3c0be73ee1d
MFC r243322 (by marcel):

Unbreak amd64 cross-build where amd64 is the target. While clang
may be installed as cc and we don't need to build gcc as a
cross-tools, we still build gcc and thus need cc_tools built
as a build tool. Not doing this results in building gengenrtl with
the target compiler while we need to run it on the build machine.

git-svn-id: svn://svn.freebsd.org/base/stable/9@263751 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
Makefile.inc1