Adds a list of valid CPUTYPE flags for arm and arm64 architectures
List taken from share/mk/bsd.cpu.mk
Details
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
I can't help you with a review, but I can certainly remind you that you should probably get some reviewers involved. :)
share/examples/etc/make.conf | ||
---|---|---|
52 ↗ | (On Diff #57558) | There are some armv5 architectures we still support, though clang support is, at best, weak. arm920t, arm926ej-s, marvell-pj4, fa526, fa626, fa606te, fa626te, fa726te though some of those are on the chopping block or have been removed.
though the last 4 are 64-bit chips nominally, only some of which support 32-bit armv7 code and we don't really support running 32-bit kernels on 64-bit platforms apart from i386, so documenting them under arm likely isn't a good idea. Also, the lists that I have here are taken from the bsd.cpu.mk comments, and is somewhat gcc centric as the list was generated back in the time of crappy arm support in clang. |