libgomp: fix typo in mold linker detection

libgomp/ChangeLog:

	* acinclude.m4: Fix typo in mold linker detection.
	* Makefile.in: Regenerate.
	* configure: Regenerate.
This commit is contained in:
Martin Liska
2022-06-28 10:34:56 +02:00
parent 30aea28bd3
commit 6835baee71
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
# Plugins for offload execution, Makefile.am fragment. # Plugins for offload execution, Makefile.am fragment.
# #
# Copyright (C) 2014-2021 Free Software Foundation, Inc. # Copyright (C) 2014-2022 Free Software Foundation, Inc.
# #
# Contributed by Mentor Embedded. # Contributed by Mentor Embedded.
# #
+1 -1
View File
@@ -154,7 +154,7 @@ AC_DEFUN([LIBGOMP_CHECK_LINKER_FEATURES], [
if $LD --version 2>/dev/null | grep 'GNU gold'> /dev/null 2>&1; then if $LD --version 2>/dev/null | grep 'GNU gold'> /dev/null 2>&1; then
libgomp_ld_is_gold=yes libgomp_ld_is_gold=yes
elif $LD --version 2>/dev/null | grep 'mold'> /dev/null 2>&1; then elif $LD --version 2>/dev/null | grep 'mold'> /dev/null 2>&1; then
libat_ld_is_mold=yes libgomp_ld_is_mold=yes
fi fi
changequote(,) changequote(,)
ldver=`$LD --version 2>/dev/null | ldver=`$LD --version 2>/dev/null |
+1 -1
View File
@@ -16027,7 +16027,7 @@ with_gnu_ld=$lt_cv_prog_gnu_ld
if $LD --version 2>/dev/null | grep 'GNU gold'> /dev/null 2>&1; then if $LD --version 2>/dev/null | grep 'GNU gold'> /dev/null 2>&1; then
libgomp_ld_is_gold=yes libgomp_ld_is_gold=yes
elif $LD --version 2>/dev/null | grep 'mold'> /dev/null 2>&1; then elif $LD --version 2>/dev/null | grep 'mold'> /dev/null 2>&1; then
libat_ld_is_mold=yes libgomp_ld_is_mold=yes
fi fi
ldver=`$LD --version 2>/dev/null | ldver=`$LD --version 2>/dev/null |