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.
This commit is contained in:
Marcel Moolenaar 2012-11-20 03:21:26 +00:00
parent 0a05b87187
commit cff4243d09
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=243322

View File

@ -1138,7 +1138,7 @@ _aicasm= sys/modules/aic7xxx/aicasm
_share= share/syscons/scrnmaps
.endif
.if ${MK_GCC} != "no" && (${MK_CLANG_IS_CC} == "no" || ${TARGET} == "pc98")
.if ${MK_GCC} != "no"
_gcc_tools= gnu/usr.bin/cc/cc_tools
.endif