Skip to content

Commit 6fbb6c3

Browse files
luismgsilvayaroslavsadin
authored andcommitted
arcv: Remove hardcoded ABI and ARCH flags.
By removing the hardcoded `-mabi=ilp32` and `-march=rv32im_zba_zbb_zbs_zca_zcb_zcmp_zicsr` options from the semihost compiler flags, the compiler will now use its default ABI and architecture settings unless specified elsewhere. This resolves the problem where these hardcoded values were overriding the specific ABI and architecture options required by certain tests. Signed-off-by: Luis Silva <[email protected]>
1 parent b86ab1c commit 6fbb6c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dejagnu/arc-common.exp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ proc arc_get_cflags {} {
5757
lappend cflags --specs=hl.specs
5858
} elseif {[board_info $board arc,hostlink] == "semihost"} {
5959
lappend cflags --specs=semihost.specs --specs=arcv.specs \
60-
-mabi=ilp32 -march=rv32im_zba_zbb_zbs_zca_zcb_zcmp_zicsr \
6160
-T arcv.ld
6261
} else {
6362
lappend cflags --specs=nosys.specs

0 commit comments

Comments
 (0)