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.GNU11
1 files changed, 5 insertions, 6 deletions
diff --git a/ACE/include/makeinclude/platform_aix_ibm.GNU b/ACE/include/makeinclude/platform_aix_ibm.GNU
index ff3477ab64f..0df5cd88f9e 100644
--- a/ACE/include/makeinclude/platform_aix_ibm.GNU
+++ b/ACE/include/makeinclude/platform_aix_ibm.GNU
@@ -183,11 +183,10 @@ LIBS += -lxti -ldl
SONAME =
SOVERSION =
-# Default OCCFLAGS builds common code for all RS/6000 architectures but
-# this can be set to optimize for your particular computer. The commented
-# out example optimizes for RS/6000 43P.
-# OCCFLAGS is not used by default. To used it, set optimize=1
-# either in this file or on the command line.
+# Default OCCFLAGS builds turns on mid-level optimize level. Compiler defaults
+# to build machine's architecture and a reasonable tuning effort for recent
+# machine architectures. To optimize for a more specific architecture, set
+# your OCCFLAGS to the desired -qarch and/or -qtune values. For example:
#OCCFLAGS += -qarch=ppc -qtune=604
-OCCFLAGS += -qlibansi -O2 -qarch=com
+OCCFLAGS += -qlibansi -O2