binutils-inst.xml 649 B

1234567891011121314151617
  1. <sect2><title>Installation of Binutils</title>
  2. <para>This package is known to behave badly when you have changed its
  3. default optimization flags (including the -march and -mcpu options). Binutils
  4. is best left alone, so we recommend you unsetting CFLAGS, CXXFLAGS and other
  5. such variables/settings that would change the default optimization that
  6. it comes with.</para>
  7. <para>Install Binutils by running the following commands:</para>
  8. <para><screen><userinput>./configure --prefix=/usr --enable-shared &amp;&amp;
  9. make tooldir=/usr &amp;&amp;
  10. make tooldir=/usr install &amp;&amp;
  11. make tooldir=/usr install-info</userinput></screen></para>
  12. </sect2>