[fpc-devel] targetandroid - x86 as target cpu

Thomas Schatzl tom_at_work at gmx.at
Thu Aug 9 17:06:00 CEST 2012


Hi again,

On 08/ 9/12 04:57 PM, Thomas Schatzl wrote:

> The one I use is:
>
> make clean crosszipinstall PP=i386-linux-ppc386
> CROSSOPT=-Fl<path_to_source_install>/ndklib OS_TARGET=android
> CPU_TARGET=i386 BINUTILSPREFIX=arm-linux-androideabi-

make that

make clean crosszipinstall PP=i386-linux-ppc386
CROSSOPT=-Fl<path_to_source_install>/ndklib OS_TARGET=android
CPU_TARGET=i386 BINUTILSPREFIX=i686-android-linux- CROSSOPT=-Cfsse3

(that was a copy&paste from android-arm build, I missed to change to the 
correct binutilsprefix).

That "i386-linux-ppc386" is the 2.6.0 bootstrap i386/linux compiler 
executable from the ftp.

Thomas




More information about the fpc-devel mailing list