Page MenuHomeFreeBSD

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

Authored by jhb on Fri, Jan 30, 3:06 PM.
Tags
None
Referenced Files
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)
Sat, Jan 31, 4:13 PM
Unknown Object (File)
Sat, Jan 31, 6:22 AM
Unknown Object (File)
Sat, Jan 31, 5:24 AM
Unknown Object (File)
Sat, Jan 31, 3:11 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jhb requested review of this revision.Fri, Jan 30, 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.Fri, Jan 30, 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.