Commit 6fbb6c3
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
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | 60 | | |
62 | 61 | | |
63 | 62 | | |
| |||
0 commit comments