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 19:05:43 -0400
commitd667840712e5b187278ea42140bdf72e72c9027a (patch)
treec19208ac5d111998be526aafff0949b48ed84b12
parent30d1caeb359af349c0c2e4dfcd7ceef86ac17fb6 (diff)
downloadATCD-d667840712e5b187278ea42140bdf72e72c9027a.tar.gz
Add support for using XL C++ 13.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)