diff options
author | imp <imp@FreeBSD.org> | 2009-03-19 00:44:22 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2009-03-19 00:44:22 +0000 |
commit | 243a40bf0460917b1301585b39e2f69a058c77d1 (patch) | |
tree | a856aa3b48aef79f71b51a881555133d1ef0dc66 | |
parent | 292151abc2265dd3686bce477becd71a06241ba3 (diff) | |
download | FreeBSD-src-243a40bf0460917b1301585b39e2f69a058c77d1.zip FreeBSD-src-243a40bf0460917b1301585b39e2f69a058c77d1.tar.gz |
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
-rw-r--r-- | Makefile.inc1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index 9f411f3..334813a 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -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} \ |