<html><head></head><body style="text-align:left; direction:ltr;" bgcolor="#ffffff" text="#2e3436" link="#1b6acb" vlink="#2e3436"><div>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.</div><pre># path to the gcclib</pre><pre>#ifdef cpuaarch64</pre><pre>-Fl/usr/lib/gcc/arm-linux-gnueabi/11</pre><pre>#endif</pre><pre><br></pre><div>The code, internally uses;</div><pre>gcc --print-libgcc-file-name</pre><div>So it should work correctly on all targets.</div><div><br></div><div>However, it is true that if a new gcc version is installed after FPC then the logic will fall down.</div><div><br></div><div>If this is judged OK, I propose to close this ticket</div><div><span><pre>-- <br></pre><pre>Cheers,
Abou Al Montacir</pre></span></div></body></html>