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
7 lines
157 B
Makefile
7 lines
157 B
Makefile
# Clang flags for x86 arch, target or host.
|
|
|
|
CLANG_CONFIG_x86_EXTRA_ASFLAGS := \
|
|
-msse3
|
|
CLANG_CONFIG_x86_EXTRA_CFLAGS :=
|
|
CLANG_CONFIG_x86_EXTRA_LDFLAGS :=
|