Page MenuHomeFreeBSD

sys: Build arm64 per-thread SSP with GCC
ClosedPublic

Authored by andrew on May 20 2024, 12:00 PM.
Tags
None
Referenced Files
F86574059: D45267.diff
Sat, Jun 22, 10:40 AM
Unknown Object (File)
Fri, May 31, 5:45 AM
Unknown Object (File)
Sat, May 25, 9:23 AM
Unknown Object (File)
May 22 2024, 7:30 PM
Unknown Object (File)
May 22 2024, 12:29 PM
Unknown Object (File)
May 22 2024, 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.May 20 2024, 5:26 PM
This revision was automatically updated to reflect the committed changes.