The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Armv7a vfpv3 hardfp"
(Created page with "{{Subarch |CPU Family=32-bit ARM Processors |subarch=armv7a_vfpv3_hardfp |CHOST=armv7a-hardfloat-linux-gnueabi |CFLAGS=-O2 -pipe -march=armv7-a -mfpu=vfpv3 -mfloat-abi=hard |C...") |
|||
Line 4: | Line 4: | ||
|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 | ||
|CPU Features=low-power | |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. | |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. | ||
}} | }} |
Revision as of 03:36, December 28, 2016
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 |