mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
* Remove comments regarding statically linking the pass 1 toolchain
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4971 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
7b04736f19
commit
8710bebc62
@ -83,6 +83,10 @@ first a summary, then a detailed log.</para>
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem><para>April 16, 2005 [matt]: Removed references to statically linking
|
||||||
|
the pass 1 toolchain which should have gone as part of bug 1061 (Andrew Benton)
|
||||||
|
</para></listitem>
|
||||||
|
|
||||||
<listitem><para>April 15, 2005 [jim]: Updated to udev 057.</para></listitem>
|
<listitem><para>April 15, 2005 [jim]: Updated to udev 057.</para></listitem>
|
||||||
|
|
||||||
<listitem><para>April 15, 2005 [jim]: Updated to file to 4.13.</para></listitem>
|
<listitem><para>April 15, 2005 [jim]: Updated to file to 4.13.</para></listitem>
|
||||||
|
@ -37,22 +37,18 @@ to compile a compiler, you need a compiler.</para>
|
|||||||
<para><xref linkend="chapter-temporary-tools"/> also shows the user how
|
<para><xref linkend="chapter-temporary-tools"/> also shows the user how
|
||||||
to build a first pass of the toolchain, including Binutils and GCC
|
to build a first pass of the toolchain, including Binutils and GCC
|
||||||
(first pass basically means these two core packages will be
|
(first pass basically means these two core packages will be
|
||||||
re-installed a second time). The programs from these packages will be
|
re-installed a second time). The next step is to build Glibc, the C library.
|
||||||
linked statically in order to be used independently of the host
|
Glibc will be compiled by the toolchain programs built in the first pass. Then,
|
||||||
system. The next step is to build Glibc, the C library. Glibc will be
|
a second pass of the toolchain will be built. This time, the toolchain will be
|
||||||
compiled by the toolchain programs built in the first pass. Then, a
|
dynamically linked against the newly built Glibc. The remaining
|
||||||
second pass of the toolchain will be built. This time, the toolchain
|
<xref linkend="chapter-temporary-tools"/> packages are built using this second
|
||||||
will be dynamically linked against the newly built Glibc. The
|
pass toolchain. When this is done, the LFS installation process will no longer
|
||||||
remaining <xref linkend="chapter-temporary-tools"/> packages are built
|
depend on the host distribution, with the exception of the running kernel.
|
||||||
using this second pass toolchain. When this is done, the LFS
|
</para>
|
||||||
installation process will no longer depend on the host distribution,
|
|
||||||
with the exception of the running kernel.</para>
|
|
||||||
|
|
||||||
<para>While this may initially seem like a lot of work to get away
|
<para>While this may initially seem like a lot of work to get away
|
||||||
from a host distribution, a full technical explanation is provided at
|
from a host distribution, a full technical explanation is provided at
|
||||||
the beginning of <xref linkend="chapter-temporary-tools"/>,
|
the beginning of <xref linkend="chapter-temporary-tools"/>.</para>
|
||||||
including notes on the differences between
|
|
||||||
statically and dynamically-linked programs.</para>
|
|
||||||
|
|
||||||
<para>In <xref linkend="chapter-building-system"/>, the full LFS system is
|
<para>In <xref linkend="chapter-building-system"/>, the full LFS system is
|
||||||
built. The chroot (change root) program is used to enter a virtual
|
built. The chroot (change root) program is used to enter a virtual
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!ENTITY version "SVN-20050415">
|
<!ENTITY version "SVN-20050416">
|
||||||
<!ENTITY releasedate "April 15, 2005">
|
<!ENTITY releasedate "April 16, 2005">
|
||||||
<!ENTITY milestone "6.2">
|
<!ENTITY milestone "6.2">
|
||||||
|
|
||||||
<!ENTITY lfs-root "http://www.linuxfromscratch.org/">
|
<!ENTITY lfs-root "http://www.linuxfromscratch.org/">
|
||||||
|
Loading…
Reference in New Issue
Block a user