Update to llvm-ar's new argument format
llvm-ar bundled in the next llvm update will stop accepting the legacy single-dash argument format. Bug: 219872355 Test: presubmit Change-Id: Iede68e4b13c3a01c176d26f335f96879c5c72c12
This commit is contained in:
parent
c3ee009f38
commit
b1ebaebd94
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ $(KATI_obsolete_var \
|
||||||
,HOST_CROSS builds are not supported in Make)
|
,HOST_CROSS builds are not supported in Make)
|
||||||
else
|
else
|
||||||
|
|
||||||
$(combo_var_prefix)GLOBAL_ARFLAGS := crsPD -format=gnu
|
$(combo_var_prefix)GLOBAL_ARFLAGS := crsPD --format=gnu
|
||||||
|
|
||||||
$(combo_var_prefix)STATIC_LIB_SUFFIX := .a
|
$(combo_var_prefix)STATIC_LIB_SUFFIX := .a
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue