<div>In GCC there is a -fno-plt flag not implemented in Clang which results in compilation failure:<br></div><div><pre>clang-4.0: error: unknown argument: '-fno-plt'<br></pre><div>Proposed patch adds -fno-plt and -fplt to existing ignored flags list making it compatible with gcc for package building. You can see more info about those flags in gcc manual:<br></div></div><div><a href="https://gcc.gnu.org/onlinedocs/gcc-7.1.0/gcc/Code-Gen-Options.html#Code-Gen-Options">https://gcc.gnu.org/onlinedocs/gcc-7.1.0/gcc/Code-Gen-Options.html#Code-Gen-Options</a><br></div><div><br></div><div>Thank you for your attention.<br></div><div>Jordan Glover<br></div>