Changeset 12fff1e
- Timestamp:
- 06/17/2020 08:50:25 PM (3 years ago)
- Branches:
- 10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, s6-init, trunk, xry111/arm64, xry111/clfs-ng, xry111/git-transition, xry111/glibc-2.34, xry111/glibc-2.37, xry111/kcfg-revise, xry111/lfs-next, xry111/pip3, xry111/queue-11.3, xry111/rust-wip-20221008, xry111/tester-nohack, xry111/usr-move
- Children:
- 8674e99
- Parents:
- 450e8ac1
- Files:
-
- 2 added
- 5 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
chapter05/binutils-pass1.xml
r450e8ac1 r12fff1e 44 44 <title>Installation of Cross Binutils</title> 45 45 46 <note><para>Go back and re-read the notes in the previous section. 47 Understanding the notes labeled important will save you a lot 46 <note><para>Go back and re-read the notes in the section titled <xref 47 linkend="ch-tools-generalinstructions"/>. 48 Understanding the notes labeled important can save you a lot 48 49 of problems later.</para></note> 49 50 -
chapter05/chapter05.xml
r450e8ac1 r12fff1e 13 13 14 14 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="introduction.xml"/> 15 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="toolchaintechnotes.xml"/>16 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="generalinstructions.xml"/>17 15 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="binutils-pass1.xml"/> 18 16 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gcc-pass1.xml"/> -
chapter05/introduction.xml
r450e8ac1 r12fff1e 13 13 <para>This chapter shows how to build a cross-compiler and its associated 14 14 tools. Although here cross-compilation is faked, the principles are 15 the same as for a real cross-toolchain, and are detailed in the next 16 section.</para> 15 the same as for a real cross-toolchain.</para> 17 16 18 17 <para>The programs compiled in this chapter will be installed under the -
index.xml
r450e8ac1 r12fff1e 29 29 <title>Building the LFS Cross Toolchain and Temporary Tools</title> 30 30 <?dbhtml filename="part3.html"?> 31 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="part3intro/part3intro.xml"/> 31 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="chapter05/chapter05.xml"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="chapter06/chapter06.xml"/> -
part3intro/generalinstructions.xml
r450e8ac1 r12fff1e 6 6 ]> 7 7 8 <sect1 id="ch-tools-generalinstructions"> 8 <sect1 id="ch-tools-generalinstructions" 9 xreflabel="General Compilation Instructions"> 9 10 <?dbhtml filename="generalinstructions.html"?> 10 11 -
stylesheets/lfs-xsl/lfs.css
r450e8ac1 r12fff1e 238 238 } 239 239 240 li.preface, .part li.appendix {240 .book li.preface, .part li.appendix { 241 241 margin-left: 1em; 242 } 243 244 .part li.preface { 245 margin-left: 0em; 242 246 } 243 247
Note:
See TracChangeset
for help on using the changeset viewer.