From 30d1caeb359af349c0c2e4dfcd7ceef86ac17fb6 Mon Sep 17 00:00:00 2001 From: Steve Huston Date: Wed, 18 Mar 2015 19:14:22 -0400 Subject: Remove ancient/obsolete arch/tune OCCFLAGS --- ACE/include/makeinclude/platform_aix_ibm.GNU | 11 +++++------ 1 file 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 -- cgit v1.2.1