summaryrefslogtreecommitdiff
path: root/ACE/include/makeinclude/platform_aix_ibm.GNU
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/include/makeinclude/platform_aix_ibm.GNU')
-rw-r--r--ACE/include/makeinclude/platform_aix_ibm.GNU6
1 files changed, 5 insertions, 1 deletions
diff --git a/ACE/include/makeinclude/platform_aix_ibm.GNU b/ACE/include/makeinclude/platform_aix_ibm.GNU
index 86056359dae..ff3477ab64f 100644
--- a/ACE/include/makeinclude/platform_aix_ibm.GNU
+++ b/ACE/include/makeinclude/platform_aix_ibm.GNU
@@ -111,13 +111,17 @@ else
# try-catch blocks.
CCFLAGS += -qeh=v6
else
- # Until there's a reason to change, use the V9 settings for V10.1 and 11.
+ # Until there's a reason to change, use the V9 settings for V10.1, 11.1
+ # and 12.1.
ifeq ($(XLCVERSION),0x0a01)
XLCVERSION = 0x0900
endif
ifeq ($(XLCVERSION),0x0b01)
XLCVERSION = 0x0900
endif
+ ifeq ($(XLCVERSION),0x0c01)
+ XLCVERSION = 0x0900
+ endif
ifeq ($(XLCVERSION),0x0900)
CCFLAGS += -qflag=w:w
ifeq ($(templates),manual)