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.
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
[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