binutils-exp.xml 863 B

123456789101112131415161718192021
  1. <sect2>
  2. <title>Command explanations</title>
  3. <para><userinput>tooldir=/usr:</userinput> Normally, the tooldir (the
  4. directory where the executables from binutils end up) is set to
  5. $(exec_prefix)/$(target_alias) which expands into, for example,
  6. /usr/i686-pc-linux-gnu. Since we only build for our own system, we don't
  7. need this target specific directory in /usr. That setup would be used
  8. if the system was used to cross-compile (for example
  9. compiling a package on the Intel machine that generates code that can be
  10. executed on Apple PowerPC machines).</para>
  11. <para><userinput>make tooldir=/usr install-info:</userinput> This will
  12. install binutils' info pages.</para>
  13. <para><userinput>cp ../binutils-&binutils-version;/include/libiberty.h /usr/include:</userinput>
  14. The libiberty.h header file is needed in order for certain software to
  15. compile.</para>
  16. </sect2>