]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libgomp: fix typo in mold linker detection
authorMartin Liska <mliska@suse.cz>
Tue, 28 Jun 2022 08:34:56 +0000 (10:34 +0200)
committerMartin Liska <mliska@suse.cz>
Tue, 28 Jun 2022 08:35:32 +0000 (10:35 +0200)
libgomp/ChangeLog:

* acinclude.m4: Fix typo in mold linker detection.
* Makefile.in: Regenerate.
* configure: Regenerate.

libgomp/Makefile.in
libgomp/acinclude.m4
libgomp/configure

index 8f6255f2d706677a7645eb61190bd1d1c6b1b43b..8ffd45c9c418e8d1b8282d421b321e4b28b67f28 100644 (file)
@@ -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.
 #
index b8154eba99c3399642fb0a59128ddcd8c381efc7..12fbb20066cbf3e6f4acda2826d7cf085dae7b47 100644 (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
     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 |
index 89f14e441f2e6619fadd8bf7100679bd2cb0b95e..b11170e6a7c8430d94ec89080c552b8b5762ff26 100755 (executable)
@@ -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 |