Changeset 134ba96 for BOOK/introduction/common
- Timestamp:
- Feb 21, 2006, 1:47:04 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 88acd8a
- Parents:
- 628632d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/introduction/common/how.xml
r628632d r134ba96 40 40 <xref linkend="chapter-final-preps"/> carefully as it explains several 41 41 important issues the developer should be aware of before beginning to 42 work through <xref linkend="chapter-temp orary-tools"/> and42 work through <xref linkend="chapter-temp-system"/> and 43 43 beyond.</para> 44 44 45 <para><xref linkend="chapter-temp orary-tools"/> explains the45 <para><xref linkend="chapter-temp-system"/> explains the 46 46 installation of a number of packages that will form the basic 47 47 development suite (or toolchain) which is used to build the actual … … 50 50 to compile a compiler, you need a compiler.</para> 51 51 52 <para><xref linkend="chapter-temp orary-tools"/> also shows the user52 <para><xref linkend="chapter-temp-system"/> also shows the user 53 53 how to build a first pass of the toolchain, including Binutils and GCC 54 54 (first pass basically means these two core packages will be re-installed … … 57 57 a second pass of the toolchain will be built. This time, the toolchain 58 58 will be dynamically linked against the newly built Glibc. The remaining 59 <xref linkend="chapter-temp orary-tools"/> packages are built using this59 <xref linkend="chapter-temp-system"/> packages are built using this 60 60 second pass toolchain. When this is done, the LFS installation process 61 61 will no longer depend on the host distribution, with the exception of the … … 64 64 <para>This effort to isolate the new system from the host distribution 65 65 may seem excessive, but a full technical explanation is provided at the 66 beginning of <xref linkend="chapter-temp orary-tools"/>.</para>66 beginning of <xref linkend="chapter-temp-system"/>.</para> 67 67 68 68 <para>In <xref linkend="chapter-building-system"/>, the full LFS system is
Note:
See TracChangeset
for help on using the changeset viewer.