public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-8519] libgomp: fix typo in mold linker detection
@ 2022-06-28  8:39 Martin Liska
  0 siblings, 0 replies; only message in thread
From: Martin Liska @ 2022-06-28  8:39 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:81c832f9d552b50274c51fbefadf5a38c0d60e8e

commit r12-8519-g81c832f9d552b50274c51fbefadf5a38c0d60e8e
Author: Martin Liska <mliska@suse.cz>
Date:   Tue Jun 28 10:34:56 2022 +0200

    libgomp: fix typo in mold linker detection
    
    libgomp/ChangeLog:
    
            * acinclude.m4: Fix typo in mold linker detection.
            * Makefile.in: Regenerate.
            * configure: Regenerate.
    
    (cherry picked from commit 6835baee7196eeb03f24f6e650c0d37cbb295647)

Diff:
---
 libgomp/Makefile.in  | 2 +-
 libgomp/acinclude.m4 | 2 +-
 libgomp/configure    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/libgomp/Makefile.in b/libgomp/Makefile.in
index 22cb2136a08..6f0cb716135 100644
--- a/libgomp/Makefile.in
+++ b/libgomp/Makefile.in
@@ -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.
 #
diff --git a/libgomp/acinclude.m4 b/libgomp/acinclude.m4
index b8154eba99c..12fbb20066c 100644
--- a/libgomp/acinclude.m4
+++ b/libgomp/acinclude.m4
@@ -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 |
diff --git a/libgomp/configure b/libgomp/configure
index 5ef071ea046..85fdb4d3f48 100755
--- a/libgomp/configure
+++ b/libgomp/configure
@@ -16244,7 +16244,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 |


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-06-28  8:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-28  8:39 [gcc r12-8519] libgomp: fix typo in mold linker detection Martin Liska

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).