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
|
_groff= gnu/usr.bin/groff
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if ${BOOTSTRAPPING} < 800022
|
||||||
|
_ar= usr.bin/ar
|
||||||
|
.endif
|
||||||
|
|
||||||
.if ${BOOTSTRAPPING} < 800013
|
.if ${BOOTSTRAPPING} < 800013
|
||||||
_mklocale= usr.bin/mklocale
|
_mklocale= usr.bin/mklocale
|
||||||
.endif
|
.endif
|
||||||
@ -1069,6 +1073,7 @@ bootstrap-tools:
|
|||||||
${_strfile} \
|
${_strfile} \
|
||||||
${_gperf} \
|
${_gperf} \
|
||||||
${_groff} \
|
${_groff} \
|
||||||
|
${_ar} \
|
||||||
${_dtc} \
|
${_dtc} \
|
||||||
${_awk} \
|
${_awk} \
|
||||||
usr.bin/lorder \
|
usr.bin/lorder \
|
||||||
|
Loading…
Reference in New Issue
Block a user