From 7e08d918d6cd9abfa94284b9aba604a439192a04 Mon Sep 17 00:00:00 2001 From: oci Date: Tue, 24 Jul 2001 15:03:15 +0000 Subject: ChangeLogTag: Tue Jul 24 08:20:02 2001 Chad Elliott --- ChangeLog | 8 ++++++++ ChangeLogs/ChangeLog-02a | 8 ++++++++ ChangeLogs/ChangeLog-03a | 8 ++++++++ include/makeinclude/platform_aix_ibm.GNU | 6 +++++- 4 files changed, 29 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 087bec61430..40088534d7a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Tue Jul 24 08:20:02 2001 Chad Elliott + + * include/makeinclude/platform_aix_ibm.GNU: + + Change -O2 to -O. The optimizer seems to be a tiny + bit broken, which is demonstrated by a few TAO and orbsvcs + tests. + Mon Jul 23 17:38:46 2001 Ossama Othman * etc/tao_security.doxygen: diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a index 087bec61430..40088534d7a 100644 --- a/ChangeLogs/ChangeLog-02a +++ b/ChangeLogs/ChangeLog-02a @@ -1,3 +1,11 @@ +Tue Jul 24 08:20:02 2001 Chad Elliott + + * include/makeinclude/platform_aix_ibm.GNU: + + Change -O2 to -O. The optimizer seems to be a tiny + bit broken, which is demonstrated by a few TAO and orbsvcs + tests. + Mon Jul 23 17:38:46 2001 Ossama Othman * etc/tao_security.doxygen: diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a index 087bec61430..40088534d7a 100644 --- a/ChangeLogs/ChangeLog-03a +++ b/ChangeLogs/ChangeLog-03a @@ -1,3 +1,11 @@ +Tue Jul 24 08:20:02 2001 Chad Elliott + + * include/makeinclude/platform_aix_ibm.GNU: + + Change -O2 to -O. The optimizer seems to be a tiny + bit broken, which is demonstrated by a few TAO and orbsvcs + tests. + Mon Jul 23 17:38:46 2001 Ossama Othman * etc/tao_security.doxygen: 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 -- cgit v1.2.1