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