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
Unknown Object (File)
Wed, Nov 12, 11:13 AM
Unknown Object (File)
Tue, Nov 11, 9:48 AM
Unknown Object (File)
Mon, Nov 10, 11:32 PM
Unknown Object (File)
Mon, Nov 10, 7:27 AM
Unknown Object (File)
Sun, Nov 9, 7:49 PM
Unknown Object (File)
Wed, Oct 29, 7:51 AM
Unknown Object (File)
Wed, Oct 29, 6:22 AM
Unknown Object (File)
Wed, Oct 29, 4:31 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.