Commit Graph

7 Commits

Author SHA1 Message Date
joerg
eb13f74bfc The fpu mode for VFP2 instructions is still just vfp. 2018-07-19 19:35:02 +00:00
joerg
1b0031d44e Push FPU choice into the assembler sources themselve. 2018-07-17 15:03:48 +00:00
matt
6fa466fc35 Possibly build libc_vfp if MACHINE_CPU is aarch64 too.
Use AFLAGS to pass -mfpu=vfp
2015-07-08 01:08:24 +00:00
matt
8778fdb5df Always compile as arm code. 2013-08-19 22:22:23 +00:00
matt
874f26f67e Add EABI (aeabi) support 2013-06-23 06:19:55 +00:00
matt
3c35239543 Enable building/installing libc_vfp for MACHINE_ARCH arm/armeb 2013-01-28 18:57:09 +00:00
matt
b7de22daaa Add a library for ARM systems with VFP which implements the soft-float ABI
but use VFP instructions to do the actual work.  This should give near
hard-float performance without requiring compiler changes.
2013-01-28 17:04:40 +00:00