I have build a cross-compiler for ppc64le from a win32 install with fpcupdeluxe.
With this cross-compiler, ppc64le builds were made of fpc(laz)up.
Fpc(laz)up is a command line tool to install FPC (and Lazarus).
I used this to install FPC and Lazarus.
https://github.com/LongDirtyAnimAlf/Reiniero-fpcup/releases/tag/1.6.0n

Fpc(laz)up will do all the magic.
The bootstrapper used by fpc(laz)up can be found here:
https://github.com/newpascal/fpcupdeluxe/releases/tag/bootstrappers_v1.0

Just run

./fpclazup-powerpc64le-linux --fpcURL="trunk" --lazURL="trunk" --verbose --fpcsplit
or
./fpcup-powerpc64le-linux --fpcURL="trunk" --verbose --fpcsplit

--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to