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:
+1
-1
@@ -39,7 +39,7 @@ AR ?= ar
|
||||
.if defined(%POSIX)
|
||||
ARFLAGS ?= -rv
|
||||
.else
|
||||
ARFLAGS ?= rl
|
||||
ARFLAGS ?= cru
|
||||
.endif
|
||||
RANLIB ?= ranlib
|
||||
|
||||
|
||||
Reference in New Issue
Block a user