aboutsummaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorgoetz <none@none>2015-01-13 16:09:52 +0100
committergoetz <none@none>2015-01-13 16:09:52 +0100
commitb5352713cc39f49d6981a8b3d6946c8a5e45704f (patch)
treeb618c3d1189329d240b311a9c2bb7a0c1a0de888 /make
parent25ede3ac1822902fc38aa63895e0b3143363921b (diff)
downloadjdk8u_hotspot-b5352713cc39f49d6981a8b3d6946c8a5e45704f.tar.gz
8069590: AIX port of "8050807: Better performing performance data handling"
Reviewed-by: simonis, goetz Contributed-by: matthias.baesken@sap.com, martin.doerr@sap.com
Diffstat (limited to 'make')
-rw-r--r--make/aix/makefiles/xlc.make6
1 files changed, 6 insertions, 0 deletions
diff --git a/make/aix/makefiles/xlc.make b/make/aix/makefiles/xlc.make
index f281a08ea..fa2ceaf25 100644
--- a/make/aix/makefiles/xlc.make
+++ b/make/aix/makefiles/xlc.make
@@ -74,6 +74,12 @@ CFLAGS += -D_REENTRANT
# no xlc counterpart for -fcheck-new
# CFLAGS += -fcheck-new
+# We need to define this on the command line if we want to use the the
+# predefined format specifiers from "inttypes.h". Otherwise system headrs
+# can indirectly include inttypes.h before we define __STDC_FORMAT_MACROS
+# in globalDefinitions.hpp
+CFLAGS += -D__STDC_FORMAT_MACROS
+
ARCHFLAG = -q64
CFLAGS += $(ARCHFLAG)