Page MenuHomeFreeBSD

RISC-V: support for GCC 7.1
ClosedPublic

Authored by br on Aug 6 2017, 1:22 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 16, 12:28 PM
Unknown Object (File)
Thu, Oct 16, 12:28 PM
Unknown Object (File)
Thu, Oct 16, 12:28 PM
Unknown Object (File)
Thu, Oct 16, 12:38 AM
Unknown Object (File)
Sat, Oct 11, 6:07 AM
Unknown Object (File)
Fri, Oct 3, 4:57 AM
Unknown Object (File)
Sep 6 2025, 11:44 AM
Unknown Object (File)
Sep 4 2025, 2:13 AM

Details

Summary
- change __riscv__ with __riscv
- change __riscv64 with (__riscv && __riscv_xlen == 64)

this is required to support new GCC 7.1 compiler

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

Please add some notes about this form being backwards compatible with previous supporting compilers in the commit message.

Thank you for the explanation!

This revision is now accepted and ready to land.Aug 6 2017, 4:19 PM
This revision was automatically updated to reflect the committed changes.