mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-08-05 11:05:20 +01:00
Minor edits from Bill and Alex P. Thanks guys.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2829 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
d329953e71
commit
40f4d66b82
@ -8,9 +8,9 @@ because both Glibc and GCC perform various tests on the available linker and
|
|||||||
assembler to determine which of their own features to enable.</para>
|
assembler to determine which of their own features to enable.</para>
|
||||||
|
|
||||||
<note><para>Even though Binutils is an important toolchain package, we are not
|
<note><para>Even though Binutils is an important toolchain package, we are not
|
||||||
going to run the testsuite at this early stage. Firstly, the testsuite
|
going to run the testsuite at this early stage. First, the testsuite framework
|
||||||
framework is not yet in place and secondly, the programs from this first pass
|
is not yet in place and second, the programs from this first pass will soon be
|
||||||
will soon be overwritten by those installed in the second pass.</para></note>
|
overwritten by those installed in the second pass.</para></note>
|
||||||
|
|
||||||
<para>This package is known to behave badly when you have changed its default
|
<para>This package is known to behave badly when you have changed its default
|
||||||
optimization flags (including the -march and -mcpu options). Therefore, if
|
optimization flags (including the -march and -mcpu options). Therefore, if
|
||||||
|
@ -7,9 +7,9 @@
|
|||||||
for the moment.</para>
|
for the moment.</para>
|
||||||
|
|
||||||
<note><para>Even though GCC is an important toolchain package, we are not
|
<note><para>Even though GCC is an important toolchain package, we are not
|
||||||
going to run the testsuite at this early stage. Firstly, the testsuite
|
going to run the testsuite at this early stage. First, the testsuite framework
|
||||||
framework is not yet in place and secondly, the programs from this first pass
|
is not yet in place and second, the programs from this first pass will soon be
|
||||||
will soon be overwritten by those installed in the second pass.</para></note>
|
overwritten by those installed in the second pass.</para></note>
|
||||||
|
|
||||||
<para>This package is known to behave badly when you have changed its
|
<para>This package is known to behave badly when you have changed its
|
||||||
default optimization flags (including the -march and -mcpu options).
|
default optimization flags (including the -march and -mcpu options).
|
||||||
@ -36,8 +36,8 @@ cd ../gcc-build</userinput></screen></para>
|
|||||||
<listitem><para><userinput>--with-local-prefix=/tools</userinput>: The
|
<listitem><para><userinput>--with-local-prefix=/tools</userinput>: The
|
||||||
purpose of this switch is to remove <filename>/usr/local/include</filename>
|
purpose of this switch is to remove <filename>/usr/local/include</filename>
|
||||||
from <userinput>gcc</userinput>'s include search path. This is not absolutely
|
from <userinput>gcc</userinput>'s include search path. This is not absolutely
|
||||||
essential, but we want to try and minimize the influence from the host system,
|
essential; however, we want to try to minimize the influence of the host
|
||||||
so this is a sensible thing to do.</para></listitem>
|
system, thus making this is a sensible thing to do.</para></listitem>
|
||||||
|
|
||||||
<listitem><para><userinput>--enable-shared</userinput>: This switch may
|
<listitem><para><userinput>--enable-shared</userinput>: This switch may
|
||||||
seem counter-intuitive at first. But using it allows the building of
|
seem counter-intuitive at first. But using it allows the building of
|
||||||
|
Loading…
Reference in New Issue
Block a user