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

This commit is contained in:
bapt 2015-06-21 22:45:53 +00:00
parent 352f98b2b5
commit 338e5025e3

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