提交 4ec57dff 编写于 作者: A amurillo

Merge

...@@ -590,3 +590,6 @@ ebf89088c08ab0508b9002b48dd3d68a340259af hs25.60-b01 ...@@ -590,3 +590,6 @@ ebf89088c08ab0508b9002b48dd3d68a340259af hs25.60-b01
5fa73007ceb92a13742fc4a24ec935a6494f8045 hs25.60-b02 5fa73007ceb92a13742fc4a24ec935a6494f8045 hs25.60-b02
702cc6067686acaa45f7b455b7490edc056c2ae0 jdk8u60-b01 702cc6067686acaa45f7b455b7490edc056c2ae0 jdk8u60-b01
1f6ba0d2923dadba87aac4ed779dd1ed0161ec2b hs25.60-b03 1f6ba0d2923dadba87aac4ed779dd1ed0161ec2b hs25.60-b03
38f6080523831ae9a6907c780f2042b82f3213ca jdk8u60-b02
9d6eb2757167744a17ea71f8b860430d70941eda jdk8u60-b03
0fb1ac49ae7764c5d7c6dfb9fe046d0e1a4eb5aa hs25.60-b04
...@@ -74,6 +74,12 @@ CFLAGS += -D_REENTRANT ...@@ -74,6 +74,12 @@ CFLAGS += -D_REENTRANT
# no xlc counterpart for -fcheck-new # no xlc counterpart for -fcheck-new
# CFLAGS += -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 ARCHFLAG = -q64
CFLAGS += $(ARCHFLAG) CFLAGS += $(ARCHFLAG)
......
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册