Am 11.10.2015 18:46 schrieb "Mark Morgan Lloyd" <
markmll.fpc-pas...@telemetry.co.uk>:
>
> I habitually use something like
>
>           fpcV= 'Free Pascal v' + (*$I %FPCVERSION% *) ;
>           fpcC= ' for ' + (*$I %FPCTARGETCPU% *) ;
>
> to generate "about box" text for programs, and designate the binary name
using the Lazarus IDE like
>
> HeavyWethers-$(TargetCPU)-$(TargetOS)-$(LCLWidgetType)
>
> 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?

Maybe we could add a FPCTARGETABI include...

Refards,
Sven
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to