Author: imp
Date: Thu Mar 19 00:44:22 2009
New Revision: 190007
URL: http://svn.freebsd.org/changeset/base/190007

Log:
  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

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1  Thu Mar 19 00:28:54 2009        (r190006)
+++ head/Makefile.inc1  Thu Mar 19 00:44:22 2009        (r190007)
@@ -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} \
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to