From db73bcd7d66a999340885b35fec58880297cfe4f Mon Sep 17 00:00:00 2001 From: Steve Huston Date: Mon, 23 Mar 2015 18:57:40 -0400 Subject: Add support for using XL C++ 13.1 --- ACE/include/makeinclude/platform_aix_ibm.GNU | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ACE/include/makeinclude/platform_aix_ibm.GNU b/ACE/include/makeinclude/platform_aix_ibm.GNU index 0df5cd88f9e..94e80f615a3 100644 --- a/ACE/include/makeinclude/platform_aix_ibm.GNU +++ b/ACE/include/makeinclude/platform_aix_ibm.GNU @@ -111,8 +111,8 @@ else # try-catch blocks. CCFLAGS += -qeh=v6 else - # Until there's a reason to change, use the V9 settings for V10.1, 11.1 - # and 12.1. + # Until there's a reason to change, use the V9 settings for V10.1, 11.1, + # 12.1 and 13.1. ifeq ($(XLCVERSION),0x0a01) XLCVERSION = 0x0900 endif @@ -122,6 +122,9 @@ else ifeq ($(XLCVERSION),0x0c01) XLCVERSION = 0x0900 endif + ifeq ($(XLCVERSION),0x0d01) + XLCVERSION = 0x0900 + endif ifeq ($(XLCVERSION),0x0900) CCFLAGS += -qflag=w:w ifeq ($(templates),manual) -- cgit v1.2.1