aboutsummaryrefslogtreecommitdiffstats
path: root/llvm-host-build.mk
diff options
context:
space:
mode:
authorjush <jush.msn@gmail.com>2011-02-28 17:18:20 +0800
committerjush <jush.msn@gmail.com>2011-02-28 17:18:20 +0800
commit4671b174806e6c8577125a644aa85999598e4971 (patch)
tree2414ea450721e8f9f3107e23d176716ef718fd88 /llvm-host-build.mk
parent4d03e416be8cf1f0f502118826b7cbaeec0b79b2 (diff)
downloadexternal_llvm-4671b174806e6c8577125a644aa85999598e4971.zip
external_llvm-4671b174806e6c8577125a644aa85999598e4971.tar.gz
external_llvm-4671b174806e6c8577125a644aa85999598e4971.tar.bz2
Update build script after merge.
Diffstat (limited to 'llvm-host-build.mk')
-rw-r--r--llvm-host-build.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm-host-build.mk b/llvm-host-build.mk
index 609d7e1..d7ef682 100644
--- a/llvm-host-build.mk
+++ b/llvm-host-build.mk
@@ -38,7 +38,8 @@ endif
LOCAL_CPPFLAGS := \
$(LOCAL_CPPFLAGS) \
- -Woverloaded-virtual
+ -Woverloaded-virtual \
+ -Wno-sign-promo
# Make sure bionic is first so we can include system headers.
LOCAL_C_INCLUDES := \