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
Match abi and march settings for riscv on linux (#583)
* Match abi and march settings for riscv on linux
linux distros have agreed on using lp64d on 64bit and
ilp32d on 32bit for ABI, we also need to match the march
values which can support these ABIs and therefore use rv64gc
and rv32gc for march
Fixes errors when compiling libstd-rs e.g.
warning: Assembler messages:
warning: Error: -march=rv64: first ISA extension must be `e', `i' or `g'
warning: cc1plus: error: '-march=rv64': first ISA subset must be 'e', 'i' or 'g'
* Recognise riscv musl tuples
Signed-off-by: Khem Raj <raj.khem@gmail.com>
0 commit comments