Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

risc-v: Set ABI correctly for 32-bit targets #429

Merged
merged 1 commit into from
Aug 8, 2019
Merged

risc-v: Set ABI correctly for 32-bit targets #429

merged 1 commit into from
Aug 8, 2019

Commits on Aug 8, 2019

  1. 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
    laanwj committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    b154938 View commit details
    Browse the repository at this point in the history