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
F97426642: D45267.id138898.diff
Sun, Sep 29, 6:19 AM
Unknown Object (File)
Sat, Sep 28, 10:44 AM
Unknown Object (File)
Tue, Sep 17, 1:14 PM
Unknown Object (File)
Tue, Sep 17, 1:07 AM
Unknown Object (File)
Mon, Sep 16, 8:19 PM
Unknown Object (File)
Fri, Sep 6, 11:07 AM
Unknown Object (File)
Thu, Sep 5, 8:14 PM
Unknown Object (File)
Tue, Sep 3, 8:09 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.