For some reason compiler should be the last in the list of cross-tools.
Unbroke the world by moving gnu/usr.bin/texinfo before gnu/usr.bin/cc. Submitted by: Jim Bloom <bloom@acm.org>
This commit is contained in:
parent
5b0613d5cb
commit
7e3e88c674
@ -530,8 +530,8 @@ _aout_tools= usr.bin/size usr.bin/strip gnu/usr.bin/as gnu/usr.bin/ld
|
|||||||
|
|
||||||
cross-tools:
|
cross-tools:
|
||||||
.for _tool in ${_aout_tools} ${_btxld} ${_elf2exe} usr.bin/genassym \
|
.for _tool in ${_aout_tools} ${_btxld} ${_elf2exe} usr.bin/genassym \
|
||||||
usr.bin/gensetdefs gnu/usr.bin/binutils usr.bin/objformat gnu/usr.bin/cc \
|
usr.bin/gensetdefs gnu/usr.bin/binutils gnu/usr.bin/texinfo \
|
||||||
gnu/usr.bin/texinfo
|
usr.bin/objformat gnu/usr.bin/cc
|
||||||
cd ${.CURDIR}/${_tool}; \
|
cd ${.CURDIR}/${_tool}; \
|
||||||
${MAKE} obj; \
|
${MAKE} obj; \
|
||||||
${MAKE} depend; \
|
${MAKE} depend; \
|
||||||
|
Loading…
Reference in New Issue
Block a user