Soong is using a single list of unknown clang flags for all architectures, instead of the per-architecture list here. Collapse this down to a single list as well so that it can be verified against the Soong list, and eventually replaced by the Soong version. Change-Id: If43cd892105da5155907c05965a74b835920a369
6 lines
150 B
Makefile
6 lines
150 B
Makefile
# Clang flags for mips arch, target or host.
|
|
|
|
CLANG_CONFIG_mips_EXTRA_ASFLAGS :=
|
|
CLANG_CONFIG_mips_EXTRA_CFLAGS :=
|
|
CLANG_CONFIG_mips_EXTRA_LDFLAGS :=
|