summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2015-01-22 14:49:11 -0500
committerSteve Huston <shuston@riverace.com>2015-03-18 16:05:49 -0400
commit351bd5afcb591388dca4805e2c67fd384a169fed (patch)
treed74b57566883302b433cb3f1a50a64692f729cd7
parent402674fc99fabbd6a686e9d87a6609a3120d59d1 (diff)
downloadATCD-351bd5afcb591388dca4805e2c67fd384a169fed.tar.gz
Use same XL C++ settings for 13.1 as for previous compiler versions
-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 4d6988f329e..8b3cb5bdc7f 100644
--- a/ACE/include/makeinclude/platform_aix_ibm.GNU
+++ b/ACE/include/makeinclude/platform_aix_ibm.GNU
@@ -123,8 +123,8 @@ else
CCFLAGS += -qeh=v6
endif
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
@@ -134,6 +134,9 @@ else
ifeq ($(XLCVERSION),0x0c01)
XLCVERSION = 0x0900
endif
+ ifeq ($(XLCVERSION),0x0d01)
+ XLCVERSION = 0x0900
+ endif
ifeq ($(XLCVERSION),0x0900)
CCFLAGS += -qflag=w:w
ifeq ($(templates),manual)