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:57:40 -0400
commitdb73bcd7d66a999340885b35fec58880297cfe4f (patch)
treee898d11194632fa1c5df1602b06201268312bcf8
parent2ca1f46fbf66edd51950dd8523b841cb2fddbc21 (diff)
downloadATCD-Riverace-6.0.tar.gz
Add support for using XL C++ 13.1Riverace-6.0
-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)