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
Unknown Object (File)
Fri, Aug 28, 1:23 PM
Unknown Object (File)
Fri, Aug 28, 1:23 PM
Unknown Object (File)
Fri, Aug 28, 1:23 PM
Unknown Object (File)
Thu, Aug 27, 10:21 AM
Unknown Object (File)
Wed, Aug 26, 11:17 PM
Unknown Object (File)
Wed, Aug 26, 5:36 PM
Unknown Object (File)
Tue, Aug 25, 11:36 PM
Unknown Object (File)
Mon, Aug 24, 10:02 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.