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:
+1
-1
@@ -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.
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -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 |
|
||||||
|
|||||||
Vendored
+1
-1
@@ -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 |
|
||||||
|
|||||||
Reference in New Issue
Block a user