summaryrefslogtreecommitdiffstats
path: root/core/combo/HOST_darwin-x86.mk
diff options
context:
space:
mode:
authorIan Rogers <irogers@google.com>2014-03-10 16:49:41 -0700
committerIan Rogers <irogers@google.com>2014-03-10 16:49:41 -0700
commitaa54033b469739b31e8c48eaa26f0dc7ef531738 (patch)
tree56e5a97590ee0ed6a9e1c8365db221d083bffdf9 /core/combo/HOST_darwin-x86.mk
parentf1e697be5e433818071a817af0b673cba8e87795 (diff)
downloadbuild-aa54033b469739b31e8c48eaa26f0dc7ef531738.zip
build-aa54033b469739b31e8c48eaa26f0dc7ef531738.tar.gz
build-aa54033b469739b31e8c48eaa26f0dc7ef531738.tar.bz2
Define __STDC_CONSTANT_MACROS globally to work around host build differences.
Change-Id: I945128b3087b28f62467c7123b759e3514027574
Diffstat (limited to 'core/combo/HOST_darwin-x86.mk')
-rw-r--r--core/combo/HOST_darwin-x86.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/combo/HOST_darwin-x86.mk b/core/combo/HOST_darwin-x86.mk
index a0aaafa..037dee6 100644
--- a/core/combo/HOST_darwin-x86.mk
+++ b/core/combo/HOST_darwin-x86.mk
@@ -36,7 +36,7 @@ endif # BUILD_HOST_static
# Workaround differences in inttypes.h between host and target.
# See bug 12708004.
-HOST_GLOBAL_CFLAGS += -D__STDC_FORMAT_MACROS
+HOST_GLOBAL_CFLAGS += -D__STDC_FORMAT_MACROS -D__STDC_CONSTANT_MACROS
build_mac_version := $(shell sw_vers -productVersion)