Skip to content

Commit

Permalink
Removed work arounds for ancient compilers
Browse files Browse the repository at this point in the history
    * ACE/include/makeinclude/platform_linux.GNU:
  • Loading branch information
jwillemsen committed Oct 27, 2023
1 parent 51e1e2c commit fcb92be
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions ACE/include/makeinclude/platform_linux.GNU
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,6 @@ ifeq (Ubuntu, $(findstring Ubuntu,$(LSB_RELEASE_ID)))
no_hidden_visibility ?= 1
endif
endif
ifeq (Red Hat, $(findstring Red Hat,$(CXX_FULL_VERSION)))
ifeq (4.1.1, $(findstring 4.1.1,$(CXX_VERSION)))
gcc_template_instantiation_visibility ?= 1
endif
ifeq (4.1.2, $(findstring 4.1.2,$(CXX_VERSION)))
gcc_template_instantiation_visibility ?= 1
endif
endif
# Mandriva 2007
ifeq (4.1.1-3mdk, $(findstring 4.1.1-3mdk,$(CXX_FULL_VERSION)))
gcc_template_instantiation_visibility ?= 1
endif

ifeq ($(buildbits),32)
FLAGS_C_CC += -m32
Expand Down

0 comments on commit fcb92be

Please sign in to comment.