Fix bootstrapping from FreeBSD 7.x: we also need to build ar.
This commit is contained in:
parent
f8b329b0bf
commit
727d8c8134
@ -1007,6 +1007,10 @@ _gperf= gnu/usr.bin/gperf
|
||||
_groff= gnu/usr.bin/groff
|
||||
.endif
|
||||
|
||||
.if ${BOOTSTRAPPING} < 800022
|
||||
_ar= usr.bin/ar
|
||||
.endif
|
||||
|
||||
.if ${BOOTSTRAPPING} < 800013
|
||||
_mklocale= usr.bin/mklocale
|
||||
.endif
|
||||
@ -1069,6 +1073,7 @@ bootstrap-tools:
|
||||
${_strfile} \
|
||||
${_gperf} \
|
||||
${_groff} \
|
||||
${_ar} \
|
||||
${_dtc} \
|
||||
${_awk} \
|
||||
usr.bin/lorder \
|
||||
|
Loading…
Reference in New Issue
Block a user