You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
0 commit comments