<p>Am 10.10.2017 15:21 schrieb "turro75" <<a href="mailto:valerio.turrini@gmail.com">valerio.turrini@gmail.com</a>>:<br>
><br>
> Well,<br>
><br>
> I think my problem is easier....<br>
> when I compile fpc for arm-android target I get ppccrossarm and units<br>
> arm-android (with binutils arm-linux-android-*)<br>
><br>
> when I compile fpc for arm-embedded target I get ppccrossarm and units<br>
> arm-embedded (with binutils arm-none-eabi-*)<br>
><br>
> both are able to create binary as I need.<br>
><br>
> So the last crosschain created overwrites the previous (the ppcrossarm<br>
> executable).<br>
> Is there a way to instruct  fpc.cfg to use an alternative name (i.e.<br>
> ppcrossarmdroid or ppcrossarmembed) when fpc invokes the right compiler?</p>
<p>You can use the same binary for both as long as both compile for the same ABI (EABI vs. HardFloat vs. OABI).</p>
<p>Alternatively you can supply the -V option for the fpc binary. Used as "-Vxyz" the compiler driver will call <binary>-xyz.</p>
<p>Regards,<br>
Sven</p>