]> gcc.gnu.org Git - gcc.git/blobdiff - libgomp/acinclude.m4
libgomp: fix typo in mold linker detection
[gcc.git] / libgomp / acinclude.m4
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 |
This page took 0.023987 seconds and 5 git commands to generate.