introduction.xml 946 B

123456789101112131415161718192021222324
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
  4. <!ENTITY % general-entities SYSTEM "../general.ent">
  5. %general-entities;
  6. ]>
  7. <sect1 id="ch-tools-introduction">
  8. <?dbhtml filename="introduction.html"?>
  9. <title>Introduction</title>
  10. <para>This chapter shows how to build a cross-compiler and its associated
  11. tools. Although here cross-compilation is faked, the principles are
  12. the same as for a real cross-toolchain, and are detailed in the next
  13. section.</para>
  14. <para>The programs compiled in this chapter will be installed under the
  15. <filename class="directory">$LFS/tools</filename> directory to keep them
  16. separate from the files installed in the following chapters. The libraries,
  17. on the other hand, are installed into their final place, since they pertain
  18. to the system we want to build.</para>
  19. </sect1>