<p>Am 11.10.2015 18:46 schrieb "Mark Morgan Lloyd" <<a href="mailto:markMLl.fpc-pascal@telemetry.co.uk">markMLl.fpc-pascal@telemetry.co.uk</a>>:<br>
><br>
> I habitually use something like<br>
><br>
>           fpcV= 'Free Pascal v' + (*$I %FPCVERSION% *) ;<br>
>           fpcC= ' for ' + (*$I %FPCTARGETCPU% *) ;<br>
><br>
> to generate "about box" text for programs, and designate the binary name using the Lazarus IDE like<br>
><br>
> HeavyWethers-$(TargetCPU)-$(TargetOS)-$(LCLWidgetType)<br>
><br>
> Is there any way of determining that the target is actually an ARM HF (e.g. Raspberry Pi) rather than some other ARM, so that "HF" could be incorporated at compilation time or at the very least the about box text could be patched at runtime?</p>
<p>Maybe we could add a FPCTARGETABI include... </p>
<p>Refards,<br>
Sven</p>