summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2015-03-18 19:14:22 -0400
committerSteve Huston <shuston@riverace.com>2015-03-18 19:16:05 -0400
commit2ca1f46fbf66edd51950dd8523b841cb2fddbc21 (patch)
tree4e962140abf517484cb3a8d5bbba7a6d0ef4efff
parent0d1d01302af306efdde5cd398689efc32ba888f7 (diff)
downloadATCD-2ca1f46fbf66edd51950dd8523b841cb2fddbc21.tar.gz
Remove ancient/obsolete arch/tune OCCFLAGS
-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