aboutsummaryrefslogtreecommitdiffstats
path: root/llvm-host-build.mk
diff options
context:
space:
mode:
authorIan Rogers <irogers@google.com>2014-01-29 17:01:13 -0800
committerStephen Hines <srhines@google.com>2014-01-31 15:02:17 -0800
commit8d2ad1afa84d73cabd94d5eeaca8069eb49621c9 (patch)
treec562ab2c9f79b3a80ff113c3e52d3dd5f04aba2f /llvm-host-build.mk
parent1360727339371ebcf24911c9ea7efd53f1d20d04 (diff)
downloadexternal_llvm-8d2ad1afa84d73cabd94d5eeaca8069eb49621c9.zip
external_llvm-8d2ad1afa84d73cabd94d5eeaca8069eb49621c9.tar.gz
external_llvm-8d2ad1afa84d73cabd94d5eeaca8069eb49621c9.tar.bz2
Avoid redefinition of __STD_FORMAT_MACROS.
Change-Id: I0633d66e76c76a58b9aac984a200883cc0691730
Diffstat (limited to 'llvm-host-build.mk')
-rw-r--r--llvm-host-build.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm-host-build.mk b/llvm-host-build.mk
index 9fd7435..7d49643 100644
--- a/llvm-host-build.mk
+++ b/llvm-host-build.mk
@@ -2,7 +2,6 @@ LOCAL_CFLAGS := \
-D_GNU_SOURCE \
-D__STDC_LIMIT_MACROS \
-D__STDC_CONSTANT_MACROS \
- -D__STDC_FORMAT_MACROS \
-O2 \
-fomit-frame-pointer \
-Wall \