From 5c2ca8d027a5a70503275946d78b41d9e8930682 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Thu, 19 Mar 2009 00:44:22 +0000 Subject: [PATCH] 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 --- Makefile.inc1 | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.inc1 b/Makefile.inc1 index 9f411f36368..334813a913e 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} \