Only build gperf as a bootstrap tool if gcc is going to be built
This commit is contained in:
parent
a82117a6af
commit
0f20a3cdd8
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user