<p>Am 07.01.2017 11:33 schrieb "Bo Berglund" <<a href="mailto:bo.berglund@gmail.com">bo.berglund@gmail.com</a>>:<br>
> make all install FPC="/home/pi/bin/fpc/3.0.0"<br>
> INSTALL_PREFIX="/home/pi/bin/fpc/3.0.2RC1" OPT="-dFPC_ARMHF"<br>
><br>
> Will this put the binaries into the /home/pi/bin/fpc/3.0.2RC1 ?<br>
><br>
> I really do not want the make install command change anything else<br>
> like symlinking to the RC1 ppcarm file.<br>
> Currently the compiler on path is:<br>
> $ which ppcarm<br>
> /usr/bin/ppcarm</p>
<p>The install make target only copies the binaries and PPUs to a directory structure below the specified INSTALL_PREFIX. It does not create symlinks or touch any fpc.cfg.</p>
<p>Regards,<br>
Sven</p>