From 4ed7ec97b8dbb43ffe1dbbb1dfef5b6a056f8787 Mon Sep 17 00:00:00 2001 From: Steve Huston Date: Thu, 5 Jun 2014 14:33:33 +0000 Subject: ChangeLogTag:Thu Jun 5 14:24:58 UTC 2014 Steve Huston --- ChangeLog | 5 +++++ include/makeinclude/platform_aix_ibm.GNU | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9748b08b5e8..d177dee3eed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Jun 5 14:24:58 UTC 2014 Steve Huston + + * include/makeinclude/platform_aix_ibm.GNU: Add XL C++ 12.1 to the + set of compiler versions using the settings created for V9. + Thu Dec 12 16:28:45 UTC 2013 Steve Huston * ace/ATM_Stream.cpp: Add missing OS_NS_string.h diff --git a/include/makeinclude/platform_aix_ibm.GNU b/include/makeinclude/platform_aix_ibm.GNU index e99cdd7be51..4d6988f329e 100644 --- a/include/makeinclude/platform_aix_ibm.GNU +++ b/include/makeinclude/platform_aix_ibm.GNU @@ -123,13 +123,17 @@ else CCFLAGS += -qeh=v6 endif else - # Until there's a reason to change, use the V9 settings for V10.1 and 11. + # Until there's a reason to change, use the V9 settings for V10.1, 11.1 + # and 12.1. ifeq ($(XLCVERSION),0x0a01) XLCVERSION = 0x0900 endif ifeq ($(XLCVERSION),0x0b01) XLCVERSION = 0x0900 endif + ifeq ($(XLCVERSION),0x0c01) + XLCVERSION = 0x0900 + endif ifeq ($(XLCVERSION),0x0900) CCFLAGS += -qflag=w:w ifeq ($(templates),manual) -- cgit v1.2.1