From b810cc85ddbcac1a066e4036a441a57712e822f0 Mon Sep 17 00:00:00 2001 From: Fred Hornsey Date: Tue, 4 Feb 2020 15:26:59 -0600 Subject: platform_clang_common.GNU: Remove Alt GNU ld Check --- ACE/include/makeinclude/platform_clang_common.GNU | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'ACE/include') diff --git a/ACE/include/makeinclude/platform_clang_common.GNU b/ACE/include/makeinclude/platform_clang_common.GNU index 7aa21c9e77a..00ca5467051 100644 --- a/ACE/include/makeinclude/platform_clang_common.GNU +++ b/ACE/include/makeinclude/platform_clang_common.GNU @@ -75,11 +75,7 @@ ifneq ($(DLD),) LD_FOR_VERSION_TEST = $(DLD) endif # DLD = CXX_FOR_VERSION_TEST # The -E option is GNU ld specific - ifneq ($(mingw32),1) - GNU_LD := $(shell $(LD_FOR_VERSION_TEST) -v 2>&1 | grep -c 'GNU ld') - else - GNU_LD := $(if $(findstring GNU ld,$(shell $(LD_FOR_VERSION_TEST) -v)), 1, 0) - endif # mingw32 + GNU_LD := $(if $(findstring GNU ld,$(shell $(LD_FOR_VERSION_TEST) -v)), 1, 0) endif # DLD ifeq ($(GNU_LD),1) -- cgit v1.2.1