Skip to content

Commit

Permalink
Removed ancient check for gcc 4.0.2
Browse files Browse the repository at this point in the history
    * ACE/include/makeinclude/platform_linux.GNU:
  • Loading branch information
jwillemsen committed Nov 11, 2024
1 parent 94a462b commit 3fbd186
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions ACE/include/makeinclude/platform_linux.GNU
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,8 @@ endif
#
include $(ACE_ROOT)/include/makeinclude/platform_g++_common.GNU

# TAO with GCC 4.0.2 and -O3 seems to result in runtime issues, for example
# the ForwardRequest PI test will fail. For GCC 4.0.2 we default to -O2
ifeq ($(CXX_VERSION),4.0.2)
OCFLAGS ?= -O2
OCCFLAGS ?=-O2
else
OCFLAGS ?= -O3
OCCFLAGS ?= -O3
endif
OCFLAGS ?= -O3
OCCFLAGS ?= -O3

#### GNU gas has a string limit of 4096 characters. On Alphas,
#### builds will fail due to running over that limit. There are
Expand Down

0 comments on commit 3fbd186

Please sign in to comment.