[fpc-devel] "fpc -h" and "fpc -i"

Juha Manninen juha.manninen62 at gmail.com
Wed Nov 12 23:20:27 CET 2014


On Wed, Nov 12, 2014 at 11:32 PM, Dmitry Boyarintsev
<skalogryz.lists at gmail.com> wrote:
> Is there an exclusion for  "-P" option in the parser?
> After all the flag make sense for "fpc" but not "ppcXXX".

No but IMO it should be excluded from the user choices.
The parser calls the compiler with  '-T$(TargetOS) -P$(TargetCPU)';
See function TCompilerOptReader.UpdateTargetParam: Boolean;

Juha



More information about the fpc-devel mailing list