Page MenuHomeFreeBSD

Makefile.inc1: Don't mark GCC broken for riscv64
ClosedPublic

Authored by jhb on Jan 30 2026, 3:06 PM.
Tags
None
Referenced Files
F146402606: D54969.id171082.diff
Mon, Mar 2, 10:21 AM
Unknown Object (File)
Sat, Feb 28, 7:06 PM
Unknown Object (File)
Mon, Feb 23, 7:26 AM
Unknown Object (File)
Mon, Feb 2, 6:20 AM
Unknown Object (File)
Sun, Feb 1, 8:46 PM
Unknown Object (File)
Sun, Feb 1, 11:41 AM
Unknown Object (File)
Jan 31 2026, 4:13 PM
Unknown Object (File)
Jan 31 2026, 6:22 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 70240
Build 67123: arc lint + arc unit

Event Timeline

jhb requested review of this revision.Jan 30 2026, 3:06 PM

With this stack, I'm able to build world and the GENERIC kernel for riscv64 using riscv64-gcc15. I will test some other versions of GCC as well.

Thanks a lot for handling this.

As I recall from previous experiments building with GCC, there was some missing atomic libcall, or something? Maybe this has resolved itself?

This revision is now accepted and ready to land.Jan 30 2026, 5:59 PM

Thanks a lot for handling this.

As I recall from previous experiments building with GCC, there was some missing atomic libcall, or something? Maybe this has resolved itself?

That eventually got resolved in GCC (it kept causing issues in the Linux world too)

This revision was automatically updated to reflect the committed changes.