Page MenuHomeFreeBSD

RISC-V: support for GCC 7.1
ClosedPublic

Authored by br on Aug 6 2017, 1:22 PM.
Tags
None
Referenced Files
F132336335: D11901.diff
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
Unknown Object (File)
Aug 15 2025, 3:06 PM
Unknown Object (File)
Aug 15 2025, 12:47 AM
Unknown Object (File)
Jul 12 2025, 7:29 PM

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

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.