Changeset 2ad9b71 in clfs-sysroot for BOOK/introduction
- Timestamp:
- Jun 9, 2006, 8:58:00 PM (18 years ago)
- Branches:
- master
- Children:
- 8f2279f
- Parents:
- 7a47cec
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/introduction/common/how.xml
r7a47cec r2ad9b71 52 52 53 53 <para>The process of building cross-compile tools first involves installing 54 binutils into /cross-tools, so that the linker can be used with the building54 binutils into ${LFS}/cross-tools, so that the linker can be used with the building 55 55 of everything else in the temp-system. GCC is then compiled statically and 56 installed into /cross-tools, and this cross-compiler is used to build glibc56 installed into ${LFS}/cross-tools, and this cross-compiler is used to build glibc 57 57 into /tools for the temp-system. The GCC cross-compiler is then rebuilt 58 58 dynamically - this final cross-compiler is what will be used to build the … … 64 64 65 65 <para>The packages in <!-- <xref linkend="chapter-temp-system"/> --> are then built 66 using the cross-compiled tools in /cross-tools, and linked against the66 using the cross-compiled tools in ${LFS}/cross-tools, and linked against the 67 67 C library that was installed during the building of the cross-tools.</para> 68 68
Note:
See TracChangeset
for help on using the changeset viewer.