mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-23 02:44:18 +08:00
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:
parent
30aea28bd3
commit
6835baee71
@ -16,7 +16,7 @@
|
||||
|
||||
# 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.
|
||||
#
|
||||
|
@ -154,7 +154,7 @@ AC_DEFUN([LIBGOMP_CHECK_LINKER_FEATURES], [
|
||||
if $LD --version 2>/dev/null | grep 'GNU gold'> /dev/null 2>&1; then
|
||||
libgomp_ld_is_gold=yes
|
||||
elif $LD --version 2>/dev/null | grep 'mold'> /dev/null 2>&1; then
|
||||
libat_ld_is_mold=yes
|
||||
libgomp_ld_is_mold=yes
|
||||
fi
|
||||
changequote(,)
|
||||
ldver=`$LD --version 2>/dev/null |
|
||||
|
2
libgomp/configure
vendored
2
libgomp/configure
vendored
@ -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
|
||||
libgomp_ld_is_gold=yes
|
||||
elif $LD --version 2>/dev/null | grep 'mold'> /dev/null 2>&1; then
|
||||
libat_ld_is_mold=yes
|
||||
libgomp_ld_is_mold=yes
|
||||
fi
|
||||
|
||||
ldver=`$LD --version 2>/dev/null |
|
||||
|
Loading…
Reference in New Issue
Block a user