platform_build/core/clang
Ying Wang 24e03369cf Add -Wno-unused-command-line-argument to clang cflags to enable ccache.
Previously ccache is disabled when it fails calling clang's preprocessor with
unused arguments (such as '-Wa,--noexecstack') in the command line.

See http://petereisentraut.blogspot.com/2011/05/ccache-and-clang.html.
(-Qunused-arguments suppresses more than
-Wno-unused-command-line-argument does.)

Change-Id: I6cde307632c8395c053eb28063d7844d93070562
2014-10-20 17:21:16 -07:00
..
arm.mk Add GCC only flags to clang .mk files. 2014-08-25 16:49:53 -07:00
arm64.mk Add -no-integrated-as for ARM64. 2014-04-30 15:55:52 -07:00
config.mk Add -Wno-unused-command-line-argument to clang cflags to enable ccache. 2014-10-20 17:21:16 -07:00
HOST_x86.mk Switch host builds to use Clang by default. 2014-07-24 09:25:58 -07:00
HOST_x86_64.mk Switch host builds to use Clang by default. 2014-07-24 09:25:58 -07:00
HOST_x86_common.mk Update host linux toolchain to gcc 4.8 2014-07-31 19:51:40 +02:00
mips.mk [MIPSR6] R6 target options for clang 2014-07-31 14:58:48 -07:00
mips64.mk [MIPSR6] R6 target options for clang 2014-07-31 14:58:48 -07:00
TARGET_arm.mk Fix build breakage due to incorrect bcc_compat RS_TRIPLE. 2014-09-02 21:46:25 -07:00
TARGET_arm64.mk Fix build breakage due to incorrect bcc_compat RS_TRIPLE. 2014-09-02 21:46:25 -07:00
TARGET_mips.mk Add -fPIC as default Clang mips ASFLAGS. 2014-10-08 15:41:29 -07:00
TARGET_mips64.mk Fix build breakage due to incorrect bcc_compat RS_TRIPLE. 2014-09-02 21:46:25 -07:00
TARGET_x86.mk Fix build breakage due to incorrect bcc_compat RS_TRIPLE. 2014-09-02 21:46:25 -07:00
TARGET_x86_64.mk Fix build breakage due to incorrect bcc_compat RS_TRIPLE. 2014-09-02 21:46:25 -07:00
x86.mk Refactor llvm_config.mk and support the 2nd arch 2014-02-07 09:11:22 -08:00
x86_64.mk Refactor llvm_config.mk and support the 2nd arch 2014-02-07 09:11:22 -08:00