https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104853
--- Comment #11 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Kito Cheng <k...@gcc.gnu.org>: https://gcc.gnu.org/g:4132f6ba9583e128a00d55961ae8c8e7245b2223 commit r12-8084-g4132f6ba9583e128a00d55961ae8c8e7245b2223 Author: Kito Cheng <kito.ch...@sifive.com> Date: Mon Apr 11 16:29:34 2022 +0800 RISC-V: Support -misa-spec for arch-canonicalize and multilib-generator. [PR104853] We migrate the default ISA spec version from 2.2 to 20191213, but those scripts aren't updated at the same time, this patch is making both scripts support different ISA spec versions. gcc/ChangeLog: PR target/104853 * config.gcc: Pass -misa-spec to arch-canonicalize and multilib-generator. * config/riscv/arch-canonicalize: Adding -misa-spec option. (SUPPORTED_ISA_SPEC): New. (arch_canonicalize): New argument `isa_spec`. Handle multiple ISA spec versions. * config/riscv/multilib-generator: Adding -misa-spec option.