[fpc-pascal] ppc386 or ppcx64

Sven Barth pascaldragon at googlemail.com
Thu Nov 4 10:05:42 CET 2010


Am 04.11.2010 09:33, schrieb Julien Devillers:
> Hello
>
> Please can you tell me if :
>
> ppc386 in intend to be used on a i386 platform and ppcx64 on a 64bits
> platform regarless the type of app to build
>
> or
>
> both are intend to be used on any plateform. ppc386 to build apps for
> i386 systems and ppcx64 to build 64bits apps.

The second assumption is mostly right. ppc386 is a 32-bit application to 
compile applications for i386. ppcx64 is a 64-bit application to compile 
applications for x86_64 (so you can't use ppcx64 on a i386 system, you'd 
need to use ppcrossx64 there).

Regards,
Sven



More information about the fpc-pascal mailing list