I have just checked on a new installation of FPC 3.2.2 on ARM and it looks like
the detection of GCC library path is correct.
# path to the gcclib
#ifdef cpuaarch64
-Fl/usr/lib/gcc/arm-linux-gnueabi/11
#endif

The code, internally uses;
gcc --print-libgcc-file-name
So it should work correctly on all targets.

However, it is true that if a new gcc version is installed after FPC then the
logic will fall down.

If this is judged OK, I propose to close this ticket
-- 
Cheers,
Abou Al Montacir

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to