[fpc-devel] More on freepascal armhf porting attempt, some progress made but now stuck.

peter green plugwash at p10link.net
Sun Mar 11 13:00:03 CET 2012


>
> Where is the FPU set to a VFP type? 
I set it in code.

Defining FPC_ARMHF selects a new version of "system_arm_linux_info" 
which sets the ABI to abi_eabivfp.

That in turn triggers a block of code that I added to options.pas which 
sets the default fpu to "fpu_vfpv3_d16" and errors out if the user 
manually specifies a FPU that is not a VFP variant.



More information about the fpc-devel mailing list