[fpc-pascal] windows 32bit cross to 64 ?
Jonas Maebe
jonas.maebe at elis.ugent.be
Sun Aug 8 20:46:38 CEST 2010
On 08 Aug 2010, at 19:50, Martin wrote:
> So here it goes:
> - I have a 32 bit windows, on a 32 bit Intel CPU
> - I have a SVN checkout
> - I want to build it, so I get a compiler, that will run on my 32 bit system, but compile for a 64 bit system.
In the top level directory of your checkout, run
make CPU_TARGET=x86_64 all
Afterwards, compiler/ppcrossx64 will be the cross compiler (from i386 -> x86-64) and compiler/ppcx64 will be the native x86-64 compiler.
Jonas
More information about the fpc-pascal
mailing list