> 
> cd ~/fpc
> gmake distclean
> # next all on one line
> gmake all install CPU_TARGET=x86_64 OS_TARGET=freebsd CROSSBINDIR=~/cross/bin 
> BINUTILSPREFIX=x86_64-freebsd-INSTALL_PREFIX=/usr/local

First, there should be a space before INSTALL_PREFIX
 
> Does the install_prefix at the end installs anything on /usr/local?

Yes.

> or is everything installed on ~/cross/bin

No. It only uses AS en LD from there. Specify a different prefix to
INSTALL_PREFIX then.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to