<html><head></head><body bgcolor="#ffffff" text="#2e3436" link="#2a76c6" vlink="#2e3436"><div>Hi Ben,</div><div><br></div><div>Wow, I'm impressed with your analysis, you really hit many points that are real problem for going multiarch.</div><div><br></div><div>The dependency on linker package could be fixed easily as you said.</div><div><br></div><div>For the /etc/fpc.cfg, this could be solved by adding liens like:</div><div><pre># path to the gcclib</pre><pre>#ifdef cpui386</pre><pre>-Fl/usr/lib/gcc/x86_64-linux-gnu/6/32</pre><pre>#endif</pre><pre>#ifdef cpux86_64</pre><pre>-Fl/usr/lib/gcc/x86_64-linux-gnu/6</pre><pre>#endif</pre><pre></pre><div><br></div><div>The file itself is installed by an arch independent package polled by all fp-compiler packages. This way we have a platform config file</div><div><br></div><div>Instead of writing a tool to hack all this, I'd propose you submit patches and join the maintain team.</div></div><div><span><pre><pre>-- <br></pre>Cheers,
Abou Al Montacir</pre></span></div></body></html>