Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
risc-v: Set ABI correctly for 32-bit targets
Pick the correct softfloat mode based on bitness: - `-mabi=lp64` for 64 bit RISC-V - `-mabi=ilp32` for 32-bit RISC-V Currently it fails for rv32 due to a conflict between the ABI and arch: cc1: error: ABI requires -march=rv64
- Loading branch information