|
@@ -69,7 +69,7 @@ linker will be used</para></listitem>
|
|
</itemizedlist>
|
|
</itemizedlist>
|
|
|
|
|
|
<para>Binutils is installed first because the
|
|
<para>Binutils is installed first because the
|
|
-<command>./configure</command> runs of both GCC and Glibc perform
|
|
|
|
|
|
+<command>configure</command> runs of both GCC and Glibc perform
|
|
various feature tests on the assembler and linker to determine which
|
|
various feature tests on the assembler and linker to determine which
|
|
software features to enable or disable. This is more important than
|
|
software features to enable or disable. This is more important than
|
|
one might first realize. An incorrectly configured GCC or Glibc can
|
|
one might first realize. An incorrectly configured GCC or Glibc can
|
|
@@ -94,7 +94,7 @@ succeeded</userinput> will show all the files successfully opened
|
|
during the linking.</para>
|
|
during the linking.</para>
|
|
|
|
|
|
<para>The next package installed is GCC. An example of what can be
|
|
<para>The next package installed is GCC. An example of what can be
|
|
-seen during its run of <command>./configure</command> is:</para>
|
|
|
|
|
|
+seen during its run of <command>configure</command> is:</para>
|
|
|
|
|
|
<screen><computeroutput>checking what assembler to use...
|
|
<screen><computeroutput>checking what assembler to use...
|
|
/tools/i686-pc-linux-gnu/bin/as
|
|
/tools/i686-pc-linux-gnu/bin/as
|
|
@@ -123,7 +123,7 @@ will always use the <command>gcc</command> found in a
|
|
The binary tools and kernel headers can be a bit more complicated.
|
|
The binary tools and kernel headers can be a bit more complicated.
|
|
Therefore, take no risks and use the available configure switches to
|
|
Therefore, take no risks and use the available configure switches to
|
|
enforce the correct selections. After the run of
|
|
enforce the correct selections. After the run of
|
|
-<command>./configure</command>, check the contents of the
|
|
|
|
|
|
+<command>configure</command>, check the contents of the
|
|
<filename>config.make</filename> file in the <filename
|
|
<filename>config.make</filename> file in the <filename
|
|
class="directory">glibc-build</filename> directory for all important
|
|
class="directory">glibc-build</filename> directory for all important
|
|
details. Note the use of <parameter>CC="gcc -B/tools/bin/"</parameter>
|
|
details. Note the use of <parameter>CC="gcc -B/tools/bin/"</parameter>
|