]> git.ipfire.org Git - thirdparty/gcc.git/commit
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>
Wed, 30 Mar 2022 09:01:43 +0000 (17:01 +0800)
commit97b4af5fb1b814bc43c75ea4880ef6853cb18f91
treec5bf5be24f47c4bbb2e2df199485372908af0887
parent76a8ab576dbbe14b5a11e9feb454c3ca2f9b7e97
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.

(cherry picked from commit affdeda16ef7fbd34f850443fe63bb407714297e)
gcc/configure
gcc/configure.ac