]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
MIPS: Fix typo in gcc/configure.ac: gcc_cv_as_mips_explicit
authorYunQiang Su <syq@gcc.gnu.org>
Mon, 29 Jan 2024 16:26:28 +0000 (00:26 +0800)
committerYunQiang Su <syq@gcc.gnu.org>
Mon, 29 Jan 2024 16:32:09 +0000 (00:32 +0800)
gcc_cv_as_mips_explicit should be gcc_cv_as_mips_explicit_relocs.
This was introduced in commit
58af788d1d0825187def434c95cab35a690a31b0.

gcc
PR target/113655
* configure.ac: Fix typo gcc_cv_as_mips_explicit should be
gcc_cv_as_mips_explicit_relocs.
* configure: Regnerated.

gcc/configure
gcc/configure.ac

index 578c72da70aff11ea53640e01a556f9a6af96237..c83e09beea9f6aace96983a5f8808b6cc95b40ad 100755 (executable)
@@ -30417,7 +30417,7 @@ fi
 
     fi
 
-    if test x$gcc_cv_as_mips_explicit = xno; then \
+    if test x$gcc_cv_as_mips_explicit_relocs = xno; then \
 
 $as_echo "#define MIPS_EXPLICIT_RELOCS MIPS_EXPLICIT_RELOCS_NONE" >>confdefs.h
 
index 5cc9338bec4b064769167ecfa65c5d3c008fd289..239856a4e2027495a29f40eeee7bbd20ae90f7f7 100644 (file)
@@ -5255,7 +5255,7 @@ LCF0:
                 [Define if assembler supports %reloc.])])
     fi
 
-    if test x$gcc_cv_as_mips_explicit = xno; then \
+    if test x$gcc_cv_as_mips_explicit_relocs = xno; then \
       AC_DEFINE(MIPS_EXPLICIT_RELOCS, MIPS_EXPLICIT_RELOCS_NONE,
                [Define if assembler supports %reloc.])
     fi