Skip to content
Snippets Groups Projects
Commit 7ef8a9d4 authored by Edwin Lu's avatar Edwin Lu
Browse files

RISC-V: Add configure check for B extention support


Binutils 2.42 and before don't recognize the b extension in the march
strings even though it supports zba_zbb_zbs. Add a configure check to
ignore the b in the march string if found.

gcc/ChangeLog:

	* common/config/riscv/riscv-common.cc (riscv_subset_list::to_string):
	Skip b in march string
	* config.in: Regenerate.
	* configure: Regenerate.
	* configure.ac: Add B assembler check

Signed-off-by: default avatarEdwin Lu <ewlu@rivosinc.com>
parent ee12a13d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment