Am 07.01.2017 11:33 schrieb "Bo Berglund" <bo.bergl...@gmail.com>:
> make all install FPC="/home/pi/bin/fpc/3.0.0"
> INSTALL_PREFIX="/home/pi/bin/fpc/3.0.2RC1" OPT="-dFPC_ARMHF"
>
> Will this put the binaries into the /home/pi/bin/fpc/3.0.2RC1 ?
>
> I really do not want the make install command change anything else
> like symlinking to the RC1 ppcarm file.
> Currently the compiler on path is:
> $ which ppcarm
> /usr/bin/ppcarm

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.

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

Reply via email to