Author: eadler Date: Thu Dec 6 01:31:34 2012 New Revision: 243934 URL: http://svnweb.freebsd.org/changeset/base/243934
Log: Change the default to 'cru' for speed reasons. Submitted by: Erik Cederstrand <[email protected]> Reviewed by: imp, toolchain@ Approved by: cperciva MFC after: 2 weeks Modified: head/share/mk/sys.mk Modified: head/share/mk/sys.mk ============================================================================== --- head/share/mk/sys.mk Thu Dec 6 01:31:25 2012 (r243933) +++ head/share/mk/sys.mk Thu Dec 6 01:31:34 2012 (r243934) @@ -39,7 +39,7 @@ AR ?= ar .if defined(%POSIX) ARFLAGS ?= -rv .else -ARFLAGS ?= rl +ARFLAGS ?= cru .endif RANLIB ?= ranlib _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
