2024-01-18 19:53:23 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2007-03-21 18:42:58 +00:00
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
2004-05-03 11:59:46 +01:00
|
|
|
<!ENTITY % general-entities SYSTEM "../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
]>
|
2006-01-22 12:20:02 +00:00
|
|
|
|
2004-05-03 11:59:46 +01:00
|
|
|
<sect1 id="ch-tools-introduction">
|
2006-01-22 12:20:02 +00:00
|
|
|
<?dbhtml filename="introduction.html"?>
|
|
|
|
|
|
|
|
<title>Introduction</title>
|
2004-05-03 11:59:46 +01:00
|
|
|
|
2020-06-08 21:24:56 +01:00
|
|
|
<para>This chapter shows how to build a cross-compiler and its associated
|
|
|
|
tools. Although here cross-compilation is faked, the principles are
|
2020-06-17 21:50:25 +01:00
|
|
|
the same as for a real cross-toolchain.</para>
|
2020-06-08 21:24:56 +01:00
|
|
|
|
|
|
|
<para>The programs compiled in this chapter will be installed under the
|
|
|
|
<filename class="directory">$LFS/tools</filename> directory to keep them
|
|
|
|
separate from the files installed in the following chapters. The libraries,
|
|
|
|
on the other hand, are installed into their final place, since they pertain
|
|
|
|
to the system we want to build.</para>
|
2005-02-19 22:16:42 +00:00
|
|
|
|
2004-05-03 11:59:46 +01:00
|
|
|
</sect1>
|