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)
Fri, Apr 19, 12:31 PM
Unknown Object (File)
Mon, Apr 8, 9:13 AM
Unknown Object (File)
Mar 21 2024, 11:19 AM
Unknown Object (File)
Mar 10 2024, 6:06 PM
Unknown Object (File)
Mar 10 2024, 6:06 PM
Unknown Object (File)
Mar 10 2024, 6:01 PM
Unknown Object (File)
Mar 7 2024, 8:32 PM
Unknown Object (File)
Feb 28 2024, 10:43 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.