I'm following the Cross-compiled Linux From Scratch - Embedded book. I need to know the following information for the Raspberry Pi 4B:
- Target architecture triplet - aarch64-linux-musleabihf.
- Architecture - aarch64.
- ARM architecture - armv7l.
- Floating point support - hard.
- Floating Point Unit version - neon-fp-armv8.
Is this the correct triplet? If not, what is it or how do I go about finding it out?
I got the FPU version from a post on Stackoverflow - can anyone confirm if this is correct?
I believe the architecture, ARM architecture and floating point support are correct. Please correct me if they are wrong.