[fpc-pascal] FPC only 32 bits?
Francisco Reyes
lists at stringsutils.com
Tue Jun 5 03:39:08 CEST 2007
Marco van de Voort writes:
> - a starting compiler (2.0.4 or 2.1.4)
Got 2.0.4
> - a 2.3.x (development) snapshot
Got from ftp.
> Then you need to crosscompile (see http://www.stack.nl/~marcov/buildfaq.pdf
> ) to AMD64, and fix the problems in the end.
Got it.
Trying to figure out the right parameters.
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
Does the install_prefix at the end installs anything on /usr/local?
or is everything installed on ~/cross/bin
Don't want to install a chunk of am64 code on an i386 machine. :-)
More information about the fpc-pascal
mailing list