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_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to