[fpc-pascal] FPC for ARMv4
Jonas Maebe
jonas.maebe at elis.ugent.be
Fri Mar 7 15:09:13 CET 2014
On 07 Mar 2014, at 14:17, Sven Barth wrote:
>> If it contains "EABI", then you have to build an EABI cross-
>> compiler (compile the ARM compiler with -dFPC_ARMEL in the make OPT
>> parameter), otherwise you have to build an old ABI cross-compiler
>> (compile the ARM compiler with no specific parameters in the make
>> OPT parameter, but add -Cfsoft to CROSSOPT to ensure the created
>> native compiler uses software floating point).
> According to fpcdefs.inc the default should be EABI since October
> 2011 (revision 19562). The old ABI needs "FPC_OARM".
You're right, thanks for the correction.
Jonas
More information about the fpc-pascal
mailing list