RISC-V: Fix detection of zifencei support for binutils
authorKito Cheng <kito.cheng@sifive.com>
Sat, 5 Feb 2022 09:24:46 +0000 (17:24 +0800)
committerKito Cheng <kito.cheng@sifive.com>
Sat, 5 Feb 2022 09:29:17 +0000 (17:29 +0800)
commitaffdeda16ef7fbd34f850443fe63bb407714297e
tree1d2dc86cacaa14e9c51bfd80d3d1605035743fd4
parent06e32a5ebf20c11dd31bc2677bede569fef84316
RISC-V: Fix detection of zifencei support for binutils

- binutils will complain version info is not found if default ISA spec
  is 2.2 for binutils.

Error: cannot find default versions of the ISA extension `zifencei'

gcc/ChangeLog:

* configure.ac: Fix detection for zifencei support.
* configure: Regenerate.
gcc/configure
gcc/configure.ac