summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authoroci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-07-24 15:03:15 +0000
committeroci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-07-24 15:03:15 +0000
commit7e08d918d6cd9abfa94284b9aba604a439192a04 (patch)
treed57350af22d8756a3758f8f103cebd8fdd095744 /include
parent858f17032cfcf50874586dca857592637e14de1f (diff)
downloadATCD-7e08d918d6cd9abfa94284b9aba604a439192a04.tar.gz
ChangeLogTag: Tue Jul 24 08:20:02 2001 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'include')
-rw-r--r--include/makeinclude/platform_aix_ibm.GNU6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/makeinclude/platform_aix_ibm.GNU b/include/makeinclude/platform_aix_ibm.GNU
index 4a04222a441..95b85def16a 100644
--- a/include/makeinclude/platform_aix_ibm.GNU
+++ b/include/makeinclude/platform_aix_ibm.GNU
@@ -138,4 +138,8 @@ LIBS += $(ACELIB) -ltli_r -ldl
# OCCFLAGS is not used by default. To used it, set optimize=1
# either in this file or on the command line.
#OCCFLAGS += -qarch=ppc -qtune=604
-OCCFLAGS += -qlibansi -O2 -qarch=com
+
+# -O2 is too much for Visual Age C++ 5.0. It ends up calling
+# the wrong methods in some cases (orbsvcs/tests/EC_Throughput).
+# Chad Elliott 7/24/2001
+OCCFLAGS += -qlibansi -O -qarch=com