The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Armv7a vfpv3 hardfp"
m |
|||
Line 2: | Line 2: | ||
|CPU Family=32-bit ARM (Generic) | |CPU Family=32-bit ARM (Generic) | ||
|subarch=armv7a_vfpv3_hardfp | |subarch=armv7a_vfpv3_hardfp | ||
|arch=arm-32bit | |||
|CPU Features=low-power, generic | |||
|Description=This subarch supports the ARMv7-A architecture with hardware floating point. CPU support includes Cortex-A5 (with hardware FPU), Cortex-A7, A8, A9, A12, A15, A17, and Qualcomm Krait and other ARMv7-A CPUs. | |||
|CHOST=armv7a-hardfloat-linux-gnueabi | |CHOST=armv7a-hardfloat-linux-gnueabi | ||
|CFLAGS=-O2 -pipe -march=armv7-a -mfpu=vfpv3 -mfloat-abi=hard | |CFLAGS=-O2 -pipe -march=armv7-a -mfpu=vfpv3 -mfloat-abi=hard | ||
}} | }} |
Revision as of 13:48, June 2, 2022
This section lists the CPU-optimized Funtoo Linux builds currently available for download for armv7a_vfpv3_hardfp. This subarch supports the ARMv7-A architecture with hardware floating point. CPU support includes Cortex-A5 (with hardware FPU), Cortex-A7, A8, A9, A12, A15, A17, and Qualcomm Krait and other ARMv7-A CPUs.
No downloadable stage builds are currently available for this sub-architecture.
This subarch supports the ARMv7-A architecture with hardware floating point. CPU support includes Cortex-A5 (with hardware FPU), Cortex-A7, A8, A9, A12, A15, A17, and Qualcomm Krait and other ARMv7-A CPUs..
Architecture and Optimization
The following settings are applied to all stages for this subarch via Funtoo subarch profiles:
CHOST | armv7a-hardfloat-linux-gnueabi |
CFLAGS | -O2 -pipe -march=armv7-a -mfpu=vfpv3 -mfloat-abi=hard |