diff options
author | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-08-11 01:40:39 +0000 |
---|---|---|
committer | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-08-11 01:40:39 +0000 |
commit | f81eaa4e8508fcdc4b570fe669640a84f725297d (patch) | |
tree | 2916d00e22929df0484f2b0e603b496bf68581f0 /include | |
parent | 150ba2a5b6ee85f0f182d872ee7ba4cb3860c815 (diff) | |
download | ATCD-f81eaa4e8508fcdc4b570fe669640a84f725297d.tar.gz |
ChangeLogTag:Mon Aug 11 01:46:23 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/makeinclude/platform_g++_common.GNU | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/makeinclude/platform_g++_common.GNU b/include/makeinclude/platform_g++_common.GNU index 53bb13d727b..3615308d568 100644 --- a/include/makeinclude/platform_g++_common.GNU +++ b/include/makeinclude/platform_g++_common.GNU @@ -68,7 +68,7 @@ ifeq ($(shared_libs), 1) endif # DLD = CXX_FOR_VERSION_TEST # The -E option is GNU ld specific - GNU_LD := $(shell sh -c '$(LD_FOR_VERSION_TEST) -v 2>&1 | grep -i "GNU ld" /dev/null; echo $$?') + GNU_LD := $(shell sh -c '$(LD_FOR_VERSION_TEST) -v 2>&1 | grep -c "GNU ld"') ifeq ($(GNU_LD),1) # Make sure this version of ld supports the -E option. |