Change the default to 'cru' for speed reasons.

Submitted by:	Erik Cederstrand <erik@cederstrand.dk>
Reviewed by:	imp, toolchain@
Approved by:	cperciva
MFC after:	2 weeks
This commit is contained in:
Eitan Adler
2012-12-06 01:31:34 +00:00
parent 37a6031461
commit bffa448842
+1 -1
View File
@@ -39,7 +39,7 @@ AR ?= ar
.if defined(%POSIX)
ARFLAGS ?= -rv
.else
ARFLAGS ?= rl
ARFLAGS ?= cru
.endif
RANLIB ?= ranlib