diff options
author | Ying Wang <wangying@android.com> | 2014-04-23 00:12:06 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-04-23 00:12:07 +0000 |
commit | 871bc703e57d5b7629c043a54f5ac2614a17981b (patch) | |
tree | 181781b65d496f88a5bee121262ae4ffc2597b86 /core/clang/config.mk | |
parent | 850299f6a6a831d47af68a3004a62df21b5fee3a (diff) | |
parent | d318ba66f90272b618e035e996e0a04f02b4481d (diff) | |
download | build-871bc703e57d5b7629c043a54f5ac2614a17981b.zip build-871bc703e57d5b7629c043a54f5ac2614a17981b.tar.gz build-871bc703e57d5b7629c043a54f5ac2614a17981b.tar.bz2 |
Merge "Update build system for better Clang behavior on Mac."
Diffstat (limited to 'core/clang/config.mk')
-rw-r--r-- | core/clang/config.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/clang/config.mk b/core/clang/config.mk index c471f7e..6bc5f28 100644 --- a/core/clang/config.mk +++ b/core/clang/config.mk @@ -33,10 +33,10 @@ CLANG_CONFIG_UNKNOWN_CFLAGS := \ -Wno-unused-but-set-parameter # Clang flags for all host rules -CLANG_CONFIG_HOST_EXTRA_ASFLAGS := --gcc-toolchain=$(HOST_TOOLCHAIN_FOR_CLANG) -CLANG_CONFIG_HOST_EXTRA_CFLAGS := --gcc-toolchain=$(HOST_TOOLCHAIN_FOR_CLANG) -CLANG_CONFIG_HOST_EXTRA_CPPFLAGS := --gcc-toolchain=$(HOST_TOOLCHAIN_FOR_CLANG) -CLANG_CONFIG_HOST_EXTRA_LDFLAGS := --gcc-toolchain=$(HOST_TOOLCHAIN_FOR_CLANG) +CLANG_CONFIG_HOST_EXTRA_ASFLAGS := +CLANG_CONFIG_HOST_EXTRA_CFLAGS := +CLANG_CONFIG_HOST_EXTRA_CPPFLAGS := +CLANG_CONFIG_HOST_EXTRA_LDFLAGS := # Clang flags for all target rules CLANG_CONFIG_TARGET_EXTRA_ASFLAGS := |