Page MenuHomeFreeBSD

sys: Build arm64 per-thread SSP with GCC
ClosedPublic

Authored by andrew on Mon, May 20, 12:00 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 31, 5:45 AM
Unknown Object (File)
Sat, May 25, 9:23 AM
Unknown Object (File)
Wed, May 22, 7:30 PM
Unknown Object (File)
Wed, May 22, 12:29 PM
Unknown Object (File)
Wed, May 22, 11:22 AM
Subscribers
None

Details

Summary

It has been supported since GCC 9. It is unlikely anything older than
that will build the kernel so mark it as supported by GCC.

Sponsored by: Arm Ltd

Diff Detail

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

Event Timeline

sys/conf/Makefile.arm64
33–35

We have a GitHub action with clang 12 on Ubuntu 20.04. When that is retired we can remove this check.

This revision is now accepted and ready to land.Mon, May 20, 5:26 PM
This revision was automatically updated to reflect the committed changes.