If you don't have a system unit, you can't compile anything. So let us confirm that. Create this progam test.pas:
program test;
begin
end.
and compile it from the command line:
/usr/lib64/fpc/1.9.5/ppcx64 test.pas
If this fails too, make sure you have a system.ppu and system.o file on your computer and that the paths in /etc/fpc.cfg or ~/.fpc.cfg are setup correctly.
If this works, try to compile this program in lazarus. Use Create Project, Custom Program.
If you want lots of information about the compiling process, goto the Project Menu, Compiler Options and click the test button.
I hope this helps, but I am very skeptical, the more because I think the LCL is not 64 bit ready (some casts of pointer to longint for example).
If you want a working lazarus, you might be better of using ppc386 and setting a correct linker (not the 64 bits assembler/linker).