mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 13:07:50 +00:00
201aa93863
We are using American rule for punctuation/comma vs. quotes. We've fixed most cases but not <xref>s.
32 lines
1.3 KiB
XML
32 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../general.ent">
|
|
%general-entities;
|
|
]>
|
|
|
|
<sect1 id="ch-tools-introduction-cross">
|
|
<?dbhtml filename="introduction.html"?>
|
|
|
|
<title>Introduction</title>
|
|
|
|
<para>This chapter shows how to cross-compile basic utilities using
|
|
the just built cross-toolchain. Those utilities are installed into
|
|
their final location, but cannot be used yet. Basic tasks still rely on
|
|
the host's tools. Nevertheless, the installed libraries are used when
|
|
linking.</para>
|
|
|
|
<para>Using the utilities will be possible in the next chapter after entering
|
|
the <quote>chroot</quote> environment. But all the packages built in the
|
|
present chapter need to be built before we do that. Therefore we cannot be
|
|
independent of the host system yet.</para>
|
|
|
|
<para>Once again, let us recall that improper setting of <envar>LFS</envar>
|
|
together with building as <systemitem class="username">root</systemitem>,
|
|
may render your computer unusable.
|
|
This whole chapter must be done as user <systemitem
|
|
class="username">lfs</systemitem>, with the environment as described in
|
|
<xref linkend="ch-preps-settingenviron" role='.'/></para>
|
|
|
|
</sect1>
|