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:14:22 -0400
commit2fbb20fad03f26b1a59ce8bdc0f8d1455276fbc6 (patch)
tree8ad9e04cbf32c173c68c5b48393b0e9fb01faf3e
parenteb25730817796548138c8fd68d53a155ffd95ad1 (diff)
downloadATCD-Riverace-5.8.tar.gz
Remove ancient/obsolete arch/tune OCCFLAGSRiverace-5.8
-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 8b3cb5bdc7f..de9a53b0a03 100644
--- a/ACE/include/makeinclude/platform_aix_ibm.GNU
+++ b/ACE/include/makeinclude/platform_aix_ibm.GNU
@@ -200,11 +200,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