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:22:13 -0400
commit30d1caeb359af349c0c2e4dfcd7ceef86ac17fb6 (patch)
tree7ffcbea5c37660e75d80f2a8a9c9e609e45d9701
parent6500d0c5f78b0d5411fcd5797f1285baf6785414 (diff)
downloadATCD-30d1caeb359af349c0c2e4dfcd7ceef86ac17fb6.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