Changeset a665a20
- Timestamp:
- 09/07/2021 08:47:52 PM (21 months ago)
- Branches:
- 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, arm, bdubbs/gcc13, multilib, s6-init, trunk, xry111/arm64, xry111/clfs-ng, xry111/glibc-2.37, xry111/kcfg-revise, xry111/lfs-next, xry111/pip3, xry111/queue-11.3, xry111/rust-wip-20221008
- Children:
- 08ee81f
- Parents:
- 2f72b72
- Location:
- part3intro
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
part3intro/generalinstructions.xml
r2f72b72 ra665a20 96 96 <para>Using the <command>tar</command> program, extract the package 97 97 to be built. In <xref linkend="chapter-cross-tools"/> and 98 <xref linkend="chapter-temporary-tools"/>, ensure you are 98 <xref linkend="chapter-temporary-tools"/>, ensure you are 99 99 the <emphasis>lfs</emphasis> user when extracting the package.</para> 100 100 </listitem> -
part3intro/toolchaintechnotes.xml
r2f72b72 ra665a20 212 212 just a compiler, but also defines a standard library. In this book, the 213 213 GNU C library, named glibc, is used. This library must 214 be compiled for the lfs machine, that is, using the cross compiler cc1. 214 be compiled for the lfs machine, that is, using the cross compiler cc1. 215 215 But the compiler itself uses an internal library implementing complex 216 216 instructions not available in the assembler instruction set. This … … 330 330 libstdc++. Then temporary installations of programs needed for the proper 331 331 operation of the toolchain are performed. From this point onwards, the 332 core toolchain is self-contained and self-hosted. In332 core toolchain is self-contained and self-hosted. In 333 333 <xref linkend="chapter-building-system"/>, final versions of all the 334 334 packages needed for a fully functional system are built, tested and
Note:
See TracChangeset
for help on using the changeset viewer.