Only build gperf as a bootstrap tool if gcc is going to be built

This commit is contained in:
Baptiste Daroussin 2015-06-21 22:45:53 +00:00
parent a82117a6af
commit 0f20a3cdd8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=284686

View File

@ -1258,7 +1258,7 @@ _bt= _bootstrap-tools
_strfile= games/fortune/strfile
.endif
.if ${MK_CXX} != "no"
.if ${MK_GCC} != "no" && ${MK_CXX} != "no"
_gperf= gnu/usr.bin/gperf
.endif