[fpc-devel] Porting fpc to linux-sparc64

Tomas Hajny XHajT03 at hajny.biz
Mon May 29 14:31:05 CEST 2017


On Mon, May 29, 2017 14:14, John Paul Adrian Glaubitz wrote:
> On Mon, May 29, 2017 at 01:09:05PM +0200, John Paul Adrian Glaubitz wrote:
>> I tried adding "-32" like this:
>
> Even passing "-Av8plus" does not help. So, the options from
> compiler/sparc/cpugas.pas are definitely not passed to the assembler.

Are you sure that you rebuilt the compiler completely after your change
and that you invoked the right (newly built) version while testing the
performed change? Do you call 'fpc', or 'ppcsparc' while testing it (the
former may result in calling a previously installed version of ppcsparc
rather than the newly built one)?

Apart from trying various -v levels (at least -vl comes to mind to see the
compiler build date, -vt showing the used paths including the one of the
compiler, or even -va showing all the details) to check what's going on,
you can see the passed options if calling the compiler with parameter -s.

Tomas





More information about the fpc-devel mailing list