summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2015-03-23 18:57:40 -0400
committerSteve Huston <shuston@riverace.com>2015-03-23 18:59:55 -0400
commitde6047ab457c1e9233c8215fea79a84322f0dcf8 (patch)
tree8d7adb02aedf9dc8bc75700e91e9f0d1bd08599c
parent1d510cdd393efb407425c16d9c606b4e4e551810 (diff)
downloadATCD-Riverace-6.1.tar.gz
Add support for using XL C++ 13.1Riverace-6.1
-rw-r--r--ACE/include/makeinclude/platform_aix_ibm.GNU7
1 files 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)