Merge "Switch to llvm-ar"
am: 9e700abdfa
Change-Id: I3d993baf488a3dfb05203e3059c874d46aa30cbe
This commit is contained in:
commit
39118a9904
|
@ -32,7 +32,7 @@ endif
|
||||||
|
|
||||||
# setup AUX globals
|
# setup AUX globals
|
||||||
AUX_SHLIB_SUFFIX := .so
|
AUX_SHLIB_SUFFIX := .so
|
||||||
AUX_GLOBAL_ARFLAGS := crsPD
|
AUX_GLOBAL_ARFLAGS := cqsD
|
||||||
AUX_STATIC_LIB_SUFFIX := .a
|
AUX_STATIC_LIB_SUFFIX := .a
|
||||||
|
|
||||||
# Load ever-lasting "indexed" version of AUX variant environment; it is treated as READ-ONLY from this
|
# Load ever-lasting "indexed" version of AUX variant environment; it is treated as READ-ONLY from this
|
||||||
|
|
|
@ -28,7 +28,7 @@ combo_var_prefix := $(combo_2nd_arch_prefix)$(combo_target)
|
||||||
|
|
||||||
# Set reasonable defaults for the various variables
|
# Set reasonable defaults for the various variables
|
||||||
|
|
||||||
$(combo_var_prefix)GLOBAL_ARFLAGS := crsPD
|
$(combo_var_prefix)GLOBAL_ARFLAGS := cqsD
|
||||||
|
|
||||||
$(combo_var_prefix)STATIC_LIB_SUFFIX := .a
|
$(combo_var_prefix)STATIC_LIB_SUFFIX := .a
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue