Page MenuHomeFreeBSD

RISC-V: support for GCC 7.1
ClosedPublic

Authored by br on Aug 6 2017, 1:22 PM.
Tags
None
Referenced Files
F103045900: D11901.diff
Wed, Nov 20, 5:35 AM
F103002965: D11901.diff
Tue, Nov 19, 5:10 PM
F103000718: D11901.diff
Tue, Nov 19, 4:31 PM
Unknown Object (File)
Thu, Nov 7, 12:12 PM
Unknown Object (File)
Wed, Nov 6, 12:11 PM
Unknown Object (File)
Mon, Nov 4, 9:16 PM
Unknown Object (File)
Oct 19 2024, 2:43 AM
Unknown Object (File)
Oct 17 2024, 1:37 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.