mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Add usr.bin/ar to the list of cross tools. Before, when we had gnu
ar, it was built in the gnu/usr.bin/binutils tree. Now it isn't. Submitted by: John Hein
This commit is contained in:
parent
bb2d0acb44
commit
5c2ca8d027
1 changed files with 1 additions and 0 deletions
|
|
@ -1017,6 +1017,7 @@ cross-tools:
|
|||
.for _tool in \
|
||||
gnu/usr.bin/binutils \
|
||||
gnu/usr.bin/cc \
|
||||
usr.bin/ar \
|
||||
usr.bin/sed \
|
||||
usr.bin/xlint/lint1 usr.bin/xlint/lint2 usr.bin/xlint/xlint \
|
||||
${_btxld} \
|
||||
|
|
|
|||
Loading…
Reference in a new issue