]> git.ipfire.org Git - thirdparty/gcc.git/commit
Build: Set gcc_cv_as_mips_explicit_relocs if gcc_cv_as_mips_explicit_relocs_pcrel
authorYunQiang Su <syq@gcc.gnu.org>
Thu, 20 Jun 2024 02:37:39 +0000 (10:37 +0800)
committerYunQiang Su <syq@gcc.gnu.org>
Fri, 21 Jun 2024 02:54:05 +0000 (10:54 +0800)
commit573f11ec34eeb6a6c3bd3d7619738f927236727b
tree5a0082beaa0ebe1ac39117fd1b8e3dc83b99e0ed
parent7b67ec4b50ae523a1e1be410644abb627daa9590
Build: Set gcc_cv_as_mips_explicit_relocs if gcc_cv_as_mips_explicit_relocs_pcrel

We check gcc_cv_as_mips_explicit_relocs if gcc_cv_as_mips_explicit_relocs_pcrel
only, while gcc_cv_as_mips_explicit_relocs is used by later code.

Maybe, it is time for use to set gcc_cv_as_mips_explicit_relocs always now,
as it has been in Binutils for more than 20 years.

gcc
* configure.ac: Set gcc_cv_as_mips_explicit_relocs if
gcc_cv_as_mips_explicit_relocs_pcrel.
* configure: Regenerate.
gcc/configure
gcc/configure.ac