mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Moving two opening tags away from end-of-line, to prevent #13.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2920 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
35c2fa60b9
commit
ec0ce9caba
@ -3,9 +3,9 @@
|
||||
<sect2>
|
||||
<title>Installation of GCC</title>
|
||||
|
||||
<note><para>The test suite for GCC in this section is considered <emphasis>
|
||||
critical</emphasis>. Our advice is to not skip it under any
|
||||
circumstances.</para></note>
|
||||
<note><para>The test suite for GCC in this section is considered
|
||||
<emphasis>critical</emphasis>. Our advice is to not skip it under any
|
||||
circumstance.</para></note>
|
||||
|
||||
<para>This package is known to behave badly when you have changed its
|
||||
default optimization flags (including the -march and -mcpu options).
|
||||
|
@ -9,9 +9,9 @@ at <filename>/tools</filename>. We cannot adjust the specs and linker before
|
||||
the Glibc install, because the Glibc autoconf tests would then give bogus
|
||||
results and thus defeat our goal of achieving a clean build.</para>
|
||||
|
||||
<note><para>The test suite for Glibc in this section is considered <emphasis>
|
||||
critical</emphasis>. Our advice is to not skip it under any
|
||||
circumstances.</para></note>
|
||||
<note><para>The test suite for Glibc in this section is considered
|
||||
<emphasis>critical</emphasis>. Our advice is to not skip it under any
|
||||
circumstance.</para></note>
|
||||
|
||||
<para>Before starting to build Glibc, remember to unpack the Glibc-linuxthreads
|
||||
again inside the <filename>glibc-&glibc-version;</filename> directory, and to
|
||||
|
Loading…
Reference in New Issue
Block a user