[fpc-pascal] FreePascal on ARM Linux ,SoftFloat and EABI issues
Marco van de Voort
marcov at stack.nl
Sun Jun 1 11:37:01 CEST 2008
> As per Terry's instructions I changed t_linux.pas to use ld-linux.so.3
> if compiled with -dFPC-ARMEL.
That's not necessary, a -FD in the fpc.cfg works too without changing +
recompiling.
> My guess is that the rtl/packages were compiled without the
> '-dFPC-ARMEL' when I made the compiler with
>
> make zipinstall OPT='-CfSOFT -dFPC-ARMEL -O-'
>
> (I didn't pay too much attention but I'm sure that at least it didn't
> pass the '-O-' while compiling the rtl).
>
> Hints?
It should work like this. However most makefile commands that involve a
bootstrapping step ignore fpc.cfg, that is afaik documented.
More information about the fpc-pascal
mailing list