|
@@ -59,16 +59,25 @@ cd ../binutils-build</userinput></screen>
|
|
|
|
|
|
<screen><userinput>make tooldir=/usr</userinput></screen>
|
|
|
|
|
|
-<para>Normally, the tooldir (the directory where the executables will ultimately
|
|
|
-be located) is set to <filename
|
|
|
-class="directory">$(exec_prefix)/$(target_alias)</filename>. For example, i686
|
|
|
-machines would expand that to <filename
|
|
|
-class="directory">/usr/i686-pc-linux-gnu</filename>. Because this is a custom
|
|
|
-system, this target-specific directory in <filename
|
|
|
-class="directory">/usr</filename> is not required. <filename
|
|
|
-class="directory">$(exec_prefix)/$(target_alias)</filename> would be used if the
|
|
|
-system was used to cross-compile (for example, compiling a package on an Intel
|
|
|
-machine that generates code that can be executed on PowerPC machines).</para>
|
|
|
+ <variablelist>
|
|
|
+ <title>The meaning of the make parameter:</title>
|
|
|
+ <varlistentry>
|
|
|
+ <term><parameter>tooldir=/usr</parameter></term>
|
|
|
+ <listitem>
|
|
|
+ <para>Normally, the tooldir (the directory where the executables will
|
|
|
+ ultimately be located) is set to <filename
|
|
|
+ class="directory">$(exec_prefix)/$(target_alias)</filename>. For
|
|
|
+ example, i686 machines would expand that to <filename
|
|
|
+ class="directory">/usr/i686-pc-linux-gnu</filename>. Because this is
|
|
|
+ a custom system, this target-specific directory in <filename
|
|
|
+ class="directory">/usr</filename> is not required. <filename
|
|
|
+ class="directory">$(exec_prefix)/$(target_alias)</filename> would be
|
|
|
+ used if the system was used to cross-compile (for example, compiling a
|
|
|
+ package on an Intel machine that generates code that can be executed
|
|
|
+ on PowerPC machines).</para>
|
|
|
+ </listitem>
|
|
|
+ </varlistentry>
|
|
|
+ </variablelist>
|
|
|
|
|
|
<important><para>The test suite for Binutils in this section is
|
|
|
considered critical. Do not skip it under any
|