mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Automatic merge of trunk into multilib
This commit is contained in:
commit
981e0c4968
@ -62,7 +62,7 @@ useradd -s /bin/bash -g lfs -m -k /dev/null lfs</userinput></screen>
|
|||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><parameter>lfs</parameter></term>
|
<term><parameter>lfs</parameter></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>This is the actual name for the created user.</para>
|
<para>This is the name of the new user.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
@ -71,7 +71,7 @@ useradd -s /bin/bash -g lfs -m -k /dev/null lfs</userinput></screen>
|
|||||||
<para>If you want to log in as &lfs-user; or switch to &lfs-user; from a
|
<para>If you want to log in as &lfs-user; or switch to &lfs-user; from a
|
||||||
non-&root; user (as opposed to switching to user &lfs-user;
|
non-&root; user (as opposed to switching to user &lfs-user;
|
||||||
when logged in as &root;, which does not require the &lfs-user; user to
|
when logged in as &root;, which does not require the &lfs-user; user to
|
||||||
have a password), you need to set a password of &lfs-user;. Issue the
|
have a password), you need to set a password for &lfs-user;. Issue the
|
||||||
following command as the &root; user to set the password:</para>
|
following command as the &root; user to set the password:</para>
|
||||||
|
|
||||||
<screen role="nodump"><userinput>passwd lfs</userinput></screen>
|
<screen role="nodump"><userinput>passwd lfs</userinput></screen>
|
||||||
|
@ -19,9 +19,9 @@
|
|||||||
<literal>exec env -i HOME=$HOME TERM=$TERM PS1='\u:\w\$ ' /bin/bash</literal>
|
<literal>exec env -i HOME=$HOME TERM=$TERM PS1='\u:\w\$ ' /bin/bash</literal>
|
||||||
EOF</userinput></screen>
|
EOF</userinput></screen>
|
||||||
|
|
||||||
<para>When logged on as user <systemitem class="username">lfs</systemitem>
|
<para>When logged on as user <systemitem class="username">lfs</systemitem>,
|
||||||
or switched to the &lfs-user; user using a <command>su</command> command
|
or when switched to the &lfs-user; user using an <command>su</command> command
|
||||||
with <quote><parameter>-</parameter></quote> option,
|
with the <quote><parameter>-</parameter></quote> option,
|
||||||
the initial shell is a <emphasis>login</emphasis> shell which reads
|
the initial shell is a <emphasis>login</emphasis> shell which reads
|
||||||
the <filename>/etc/profile</filename> of the host (probably containing some
|
the <filename>/etc/profile</filename> of the host (probably containing some
|
||||||
settings and environment variables) and then <filename>.bash_profile</filename>.
|
settings and environment variables) and then <filename>.bash_profile</filename>.
|
||||||
@ -30,8 +30,7 @@ EOF</userinput></screen>
|
|||||||
one with a completely empty environment, except for the <envar>HOME</envar>,
|
one with a completely empty environment, except for the <envar>HOME</envar>,
|
||||||
<envar>TERM</envar>, and <envar>PS1</envar> variables. This ensures that no
|
<envar>TERM</envar>, and <envar>PS1</envar> variables. This ensures that no
|
||||||
unwanted and potentially hazardous environment variables from the host system
|
unwanted and potentially hazardous environment variables from the host system
|
||||||
leak into the build environment. The technique used here achieves the goal of
|
leak into the build environment.</para>
|
||||||
ensuring a clean environment.</para>
|
|
||||||
|
|
||||||
<para>The new instance of the shell is a <emphasis>non-login</emphasis>
|
<para>The new instance of the shell is a <emphasis>non-login</emphasis>
|
||||||
shell, which does not read, and execute, the contents of the <filename>/etc/profile</filename> or
|
shell, which does not read, and execute, the contents of the <filename>/etc/profile</filename> or
|
||||||
@ -114,7 +113,7 @@ EOF</userinput></screen>
|
|||||||
programs, making their messages follow the conventions of a specified country.
|
programs, making their messages follow the conventions of a specified country.
|
||||||
Setting <envar>LC_ALL</envar> to <quote>POSIX</quote> or <quote>C</quote>
|
Setting <envar>LC_ALL</envar> to <quote>POSIX</quote> or <quote>C</quote>
|
||||||
(the two are equivalent) ensures that everything will work as expected in
|
(the two are equivalent) ensures that everything will work as expected in
|
||||||
the chroot environment.</para>
|
the cross-compilation environment.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
@ -122,8 +121,8 @@ EOF</userinput></screen>
|
|||||||
<term><parameter>LFS_TGT=(uname -m)-lfs-linux-gnu</parameter></term>
|
<term><parameter>LFS_TGT=(uname -m)-lfs-linux-gnu</parameter></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>The <envar>LFS_TGT</envar> variable sets a non-default, but compatible machine
|
<para>The <envar>LFS_TGT</envar> variable sets a non-default, but compatible machine
|
||||||
description for use when building our cross compiler and linker and when cross
|
description for use when building our cross-compiler and linker and when
|
||||||
compiling our temporary toolchain. More information is contained in
|
cross-compiling our temporary toolchain. More information is provided by
|
||||||
<xref linkend="ch-tools-toolchaintechnotes" role=""/>.</para>
|
<xref linkend="ch-tools-toolchaintechnotes" role=""/>.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
@ -146,7 +145,7 @@ EOF</userinput></screen>
|
|||||||
<term><parameter>if [ ! -L /bin ]; then PATH=/bin:$PATH; fi</parameter></term>
|
<term><parameter>if [ ! -L /bin ]; then PATH=/bin:$PATH; fi</parameter></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>If <filename class="directory">/bin</filename> is not a symbolic
|
<para>If <filename class="directory">/bin</filename> is not a symbolic
|
||||||
link, then it has to be added to the <envar>PATH</envar> variable.</para>
|
link, it must be added to the <envar>PATH</envar> variable.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
@ -177,7 +176,7 @@ EOF</userinput></screen>
|
|||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><parameter>export ...</parameter></term>
|
<term><parameter>export ...</parameter></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>While the above commands have set some variables, in order
|
<para>While the preceding commands have set some variables, in order
|
||||||
to make them visible within any sub-shells, we export them.</para>
|
to make them visible within any sub-shells, we export them.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
@ -186,7 +185,7 @@ EOF</userinput></screen>
|
|||||||
|
|
||||||
<important>
|
<important>
|
||||||
|
|
||||||
<para>Several commercial distributions add a non-documented instantiation
|
<para>Several commercial distributions add an undocumented instantiation
|
||||||
of <filename>/etc/bash.bashrc</filename> to the initialization of
|
of <filename>/etc/bash.bashrc</filename> to the initialization of
|
||||||
<command>bash</command>. This file has the potential to modify the
|
<command>bash</command>. This file has the potential to modify the
|
||||||
<systemitem class="username">lfs</systemitem>
|
<systemitem class="username">lfs</systemitem>
|
||||||
@ -199,9 +198,9 @@ EOF</userinput></screen>
|
|||||||
|
|
||||||
<screen role="nodump"><userinput>[ ! -e /etc/bash.bashrc ] || mv -v /etc/bash.bashrc /etc/bash.bashrc.NOUSE</userinput></screen>
|
<screen role="nodump"><userinput>[ ! -e /etc/bash.bashrc ] || mv -v /etc/bash.bashrc /etc/bash.bashrc.NOUSE</userinput></screen>
|
||||||
|
|
||||||
<para>After use of the <systemitem class="username">lfs</systemitem>
|
<para>When the <systemitem class="username">lfs</systemitem>
|
||||||
user is finished at the beginning of <xref
|
user is no longer needed (at the beginning of <xref
|
||||||
linkend="chapter-chroot-temporary-tools"/>, you can restore
|
linkend="chapter-chroot-temporary-tools"/>), you may safely restore
|
||||||
<filename>/etc/bash.bashrc</filename> (if desired).</para>
|
<filename>/etc/bash.bashrc</filename> (if desired).</para>
|
||||||
|
|
||||||
<para>Note that the LFS Bash package we will build in
|
<para>Note that the LFS Bash package we will build in
|
||||||
@ -210,7 +209,7 @@ EOF</userinput></screen>
|
|||||||
completed LFS system.</para>
|
completed LFS system.</para>
|
||||||
</important>
|
</important>
|
||||||
|
|
||||||
<para>Finally, to have the environment fully prepared for building the
|
<para>Finally, to ensure the environment is fully prepared for building the
|
||||||
temporary tools, force the <command>bash</command> shell to read
|
temporary tools, force the <command>bash</command> shell to read
|
||||||
the new user profile:</para>
|
the new user profile:</para>
|
||||||
|
|
||||||
|
@ -40,8 +40,8 @@
|
|||||||
<note>
|
<note>
|
||||||
<para>
|
<para>
|
||||||
The LFS book is not (and does not contain) a general tutorial to
|
The LFS book is not (and does not contain) a general tutorial to
|
||||||
build a cross (or native) toolchain. Don't use the commands in the
|
build a cross- (or native) toolchain. Don't use the commands in the
|
||||||
book for a cross toolchain for some purpose other
|
book for a cross-toolchain for some purpose other
|
||||||
than building LFS, unless you really understand what you are doing.
|
than building LFS, unless you really understand what you are doing.
|
||||||
</para>
|
</para>
|
||||||
</note>
|
</note>
|
||||||
@ -74,7 +74,7 @@
|
|||||||
</variablelist>
|
</variablelist>
|
||||||
|
|
||||||
<para>As an example, let us imagine the following scenario (sometimes
|
<para>As an example, let us imagine the following scenario (sometimes
|
||||||
referred to as <quote>Canadian Cross</quote>): we have a
|
referred to as <quote>Canadian Cross</quote>). We have a
|
||||||
compiler on a slow machine only, let's call it machine A, and the compiler
|
compiler on a slow machine only, let's call it machine A, and the compiler
|
||||||
ccA. We also have a fast machine (B), but no compiler for (B), and we
|
ccA. We also have a fast machine (B), but no compiler for (B), and we
|
||||||
want to produce code for a third, slow machine (C). We will build a
|
want to produce code for a third, slow machine (C). We will build a
|
||||||
@ -145,32 +145,36 @@
|
|||||||
<title>Implementation of Cross-Compilation for LFS</title>
|
<title>Implementation of Cross-Compilation for LFS</title>
|
||||||
|
|
||||||
<note>
|
<note>
|
||||||
<para>All packages involved with cross compilation in the book use an
|
<para>All the packages involved with cross-compilation use an
|
||||||
autoconf-based building system. The autoconf-based building system
|
autoconf-based building system. The autoconf-based building system
|
||||||
accepts system types in the form cpu-vendor-kernel-os,
|
accepts system types in the form cpu-vendor-kernel-os,
|
||||||
referred to as the system triplet. Since the vendor field is mostly
|
referred to as the system triplet. Since the vendor field is often
|
||||||
irrelevant, autoconf allows to omit it. An astute reader may wonder
|
irrelevant, autoconf lets you omit it.</para>
|
||||||
|
|
||||||
|
<para>An astute reader may wonder
|
||||||
why a <quote>triplet</quote> refers to a four component name. The
|
why a <quote>triplet</quote> refers to a four component name. The
|
||||||
reason is the kernel field and the os field originated from one
|
kernel field and the os field began as a single
|
||||||
<quote>system</quote> field. Such a three-field form is still valid
|
<quote>system</quote> field. Such a three-field form is still valid
|
||||||
today for some systems, for example
|
today for some systems, for example,
|
||||||
<literal>x86_64-unknown-freebsd</literal>. But for other systems,
|
<literal>x86_64-unknown-freebsd</literal>. But
|
||||||
two systems can share the same kernel but still be too different to
|
two systems can share the same kernel and still be too different to
|
||||||
use a same triplet for them. For example, an Android running on a
|
use the same triplet to describe them. For example, Android running on a
|
||||||
mobile phone is completely different from Ubuntu running on an ARM64
|
mobile phone is completely different from Ubuntu running on an ARM64
|
||||||
server, despite they are running on the same type of CPU (ARM64) and
|
server, even though they are both running on the same type of CPU (ARM64) and
|
||||||
using the same kernel (Linux).
|
using the same kernel (Linux).</para>
|
||||||
Without an emulation layer, you cannot run an
|
|
||||||
executable for the server on the mobile phone or vice versa. So the
|
<para>Without an emulation layer, you cannot run an
|
||||||
<quote>system</quote> field is separated into kernel and os fields to
|
executable for a server on a mobile phone or vice versa. So the
|
||||||
designate these systems unambiguously. For our example, the Android
|
<quote>system</quote> field has been divided into kernel and os fields, to
|
||||||
|
designate these systems unambiguously. In our example, the Android
|
||||||
system is designated <literal>aarch64-unknown-linux-android</literal>,
|
system is designated <literal>aarch64-unknown-linux-android</literal>,
|
||||||
and the Ubuntu system is designated
|
and the Ubuntu system is designated
|
||||||
<literal>aarch64-unknown-linux-gnu</literal>. The word
|
<literal>aarch64-unknown-linux-gnu</literal>.</para>
|
||||||
<quote>triplet</quote> remained. A simple way to determine your
|
|
||||||
|
<para>The word <quote>triplet</quote> remains embedded in the lexicon. A simple way to determine your
|
||||||
system triplet is to run the <command>config.guess</command>
|
system triplet is to run the <command>config.guess</command>
|
||||||
script that comes with the source for many packages. Unpack the binutils
|
script that comes with the source for many packages. Unpack the binutils
|
||||||
sources and run the script: <userinput>./config.guess</userinput> and note
|
sources, run the script <userinput>./config.guess</userinput>, and note
|
||||||
the output. For example, for a 32-bit Intel processor the
|
the output. For example, for a 32-bit Intel processor the
|
||||||
output will be <emphasis>i686-pc-linux-gnu</emphasis>. On a 64-bit
|
output will be <emphasis>i686-pc-linux-gnu</emphasis>. On a 64-bit
|
||||||
system it will be <emphasis>x86_64-pc-linux-gnu</emphasis>. On most
|
system it will be <emphasis>x86_64-pc-linux-gnu</emphasis>. On most
|
||||||
@ -193,11 +197,11 @@
|
|||||||
tree.</para>
|
tree.</para>
|
||||||
</note>
|
</note>
|
||||||
|
|
||||||
<para>In order to fake a cross compilation in LFS, the name of the host triplet
|
<para>In order to fake a cross-compilation in LFS, the name of the host triplet
|
||||||
is slightly adjusted by changing the "vendor" field in the
|
is slightly adjusted by changing the "vendor" field in the
|
||||||
<envar>LFS_TGT</envar> variable so it says "lfs". We also use the
|
<envar>LFS_TGT</envar> variable so it says "lfs". We also use the
|
||||||
<parameter>--with-sysroot</parameter> option when building the cross linker and
|
<parameter>--with-sysroot</parameter> option when building the cross-linker and
|
||||||
cross compiler to tell them where to find the needed host files. This
|
cross-compiler to tell them where to find the needed host files. This
|
||||||
ensures that none of the other programs built in <xref
|
ensures that none of the other programs built in <xref
|
||||||
linkend="chapter-temporary-tools"/> can link to libraries on the build
|
linkend="chapter-temporary-tools"/> can link to libraries on the build
|
||||||
machine. Only two stages are mandatory, plus one more for tests.</para>
|
machine. Only two stages are mandatory, plus one more for tests.</para>
|
||||||
@ -237,11 +241,11 @@
|
|||||||
<para>Now, there is more about cross-compiling: the C language is not
|
<para>Now, there is more about cross-compiling: the C language is not
|
||||||
just a compiler, but also defines a standard library. In this book, the
|
just a compiler, but also defines a standard library. In this book, the
|
||||||
GNU C library, named glibc, is used (there is an alternative, "musl"). This library must
|
GNU C library, named glibc, is used (there is an alternative, "musl"). This library must
|
||||||
be compiled for the LFS machine; that is, using the cross compiler cc1.
|
be compiled for the LFS machine; that is, using the cross-compiler cc1.
|
||||||
But the compiler itself uses an internal library implementing complex
|
But the compiler itself uses an internal library providing complex
|
||||||
subroutines for functions not available in the assembler instruction set. This
|
subroutines for functions not available in the assembler instruction set. This
|
||||||
internal library is named libgcc, and it must be linked to the glibc
|
internal library is named libgcc, and it must be linked to the glibc
|
||||||
library to be fully functional! Furthermore, the standard library for
|
library to be fully functional. Furthermore, the standard library for
|
||||||
C++ (libstdc++) must also be linked with glibc. The solution to this
|
C++ (libstdc++) must also be linked with glibc. The solution to this
|
||||||
chicken and egg problem is first to build a degraded cc1-based libgcc,
|
chicken and egg problem is first to build a degraded cc1-based libgcc,
|
||||||
lacking some functionalities such as threads and exception handling, and then
|
lacking some functionalities such as threads and exception handling, and then
|
||||||
@ -249,36 +253,35 @@
|
|||||||
degraded), and also to build libstdc++. This last library will lack some of the
|
degraded), and also to build libstdc++. This last library will lack some of the
|
||||||
functionality of libgcc.</para>
|
functionality of libgcc.</para>
|
||||||
|
|
||||||
<para>This is not the end of the story: the upshot of the preceding
|
<para>The upshot of the preceding
|
||||||
paragraph is that cc1 is unable to build a fully functional libstdc++, but
|
paragraph is that cc1 is unable to build a fully functional libstdc++, but
|
||||||
this is the only compiler available for building the C/C++ libraries
|
this is the only compiler available for building the C/C++ libraries
|
||||||
during stage 2! Of course, the compiler built during stage 2, cc-lfs,
|
during stage 2. Of course, the compiler built by stage 2, cc-lfs,
|
||||||
would be able to build those libraries, but (1) the build system of
|
would be able to build those libraries, but (1) the build system of
|
||||||
gcc does not know that it is usable on pc, and (2) using it on pc
|
gcc does not know cc-lfs can run on pc, and (2) using cc-lfs on pc
|
||||||
would create a risk of linking to the pc libraries, since cc-lfs is a native
|
would create a risk of linking to the pc libraries, since cc-lfs is a native
|
||||||
compiler. So we have to re-build libstdc++ later as a part of
|
compiler. So we have to re-build libstdc++ later as a part of
|
||||||
gcc stage 2.</para>
|
gcc stage 2.</para>
|
||||||
|
|
||||||
<para>In &ch-final; (or <quote>stage 3</quote>), all packages needed for
|
<para>In &ch-final; (or <quote>stage 3</quote>), all the packages needed for
|
||||||
the LFS system are built. Even if a package is already installed into
|
the LFS system are built. Even if a package has already been installed into
|
||||||
the LFS system in a previous chapter, we still rebuild the package
|
the LFS system in a previous chapter, we still rebuild the package. The main reason for
|
||||||
unless we are completely sure it's unnecessary. The main reason for
|
rebuilding these packages is to make them stable: if we reinstall a LFS
|
||||||
rebuilding these packages is to settle them down: if we reinstall a LFS
|
|
||||||
package on a complete LFS system, the installed content of the package
|
package on a complete LFS system, the installed content of the package
|
||||||
should be same as the content of the same package installed in
|
should be the same as the content of the same package when installed in
|
||||||
&ch-final;. The temporary packages installed in &ch-tmp-cross; or
|
&ch-final;. The temporary packages installed in &ch-tmp-cross; or
|
||||||
&ch-tmp-chroot; cannot satisfy this expectation because some of them
|
&ch-tmp-chroot; cannot satisfy this requirement, because some of them
|
||||||
are built without optional dependencies installed, and autoconf cannot
|
are built without optional dependencies, and autoconf cannot
|
||||||
perform some feature checks in &ch-tmp-cross; because of cross
|
perform some feature checks in &ch-tmp-cross; because of cross-compilation,
|
||||||
compilation, causing the temporary packages to lack optional features
|
causing the temporary packages to lack optional features,
|
||||||
or use suboptimal code routines. Additionally, a minor reason for
|
or use suboptimal code routines. Additionally, a minor reason for
|
||||||
rebuilding the packages is allowing to run the testsuite.</para>
|
rebuilding the packages is to run the test suites.</para>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
<sect2 id="other-details">
|
<sect2 id="other-details">
|
||||||
|
|
||||||
<title>Other procedural details</title>
|
<title>Other Procedural Details</title>
|
||||||
|
|
||||||
<para>The cross-compiler will be installed in a separate <filename
|
<para>The cross-compiler will be installed in a separate <filename
|
||||||
class="directory">$LFS/tools</filename> directory, since it will not
|
class="directory">$LFS/tools</filename> directory, since it will not
|
||||||
@ -300,11 +303,11 @@
|
|||||||
its library search order. Detailed information can be obtained from
|
its library search order. Detailed information can be obtained from
|
||||||
<command>ld</command> by passing it the <parameter>--verbose</parameter>
|
<command>ld</command> by passing it the <parameter>--verbose</parameter>
|
||||||
flag. For example, <command>$LFS_TGT-ld --verbose | grep SEARCH</command>
|
flag. For example, <command>$LFS_TGT-ld --verbose | grep SEARCH</command>
|
||||||
will illustrate the current search paths and their order. Note that this
|
will illustrate the current search paths and their order. (Note that this
|
||||||
example can be run as shown only while being user
|
example can be run as shown only while logged in as user
|
||||||
<systemitem class="username">lfs</systemitem>. If you come back to this
|
<systemitem class="username">lfs</systemitem>. If you come back to this
|
||||||
page later, replace <command>$LFS_TGT-ld</command> with just
|
page later, replace <command>$LFS_TGT-ld</command> with
|
||||||
<command>ld</command>.</para>
|
<command>ld</command>).</para>
|
||||||
|
|
||||||
<para>The next package installed is gcc. An example of what can be
|
<para>The next package installed is gcc. An example of what can be
|
||||||
seen during its run of <command>configure</command> is:</para>
|
seen during its run of <command>configure</command> is:</para>
|
||||||
@ -317,28 +320,28 @@ checking what linker to use... /mnt/lfs/tools/i686-lfs-linux-gnu/bin/ld</compute
|
|||||||
directories to find which tools to use. However, during the actual
|
directories to find which tools to use. However, during the actual
|
||||||
operation of <command>gcc</command> itself, the same search paths are not
|
operation of <command>gcc</command> itself, the same search paths are not
|
||||||
necessarily used. To find out which standard linker <command>gcc</command>
|
necessarily used. To find out which standard linker <command>gcc</command>
|
||||||
will use, run: <command>$LFS_TGT-gcc -print-prog-name=ld</command>. Again,
|
will use, run: <command>$LFS_TGT-gcc -print-prog-name=ld</command>. (Again,
|
||||||
remove the <command>$LFS_TGT-</command> part if coming back to this
|
remove the <command>$LFS_TGT-</command> prefix if coming back to this
|
||||||
later.</para>
|
later.)</para>
|
||||||
|
|
||||||
<para>Detailed information can be obtained from <command>gcc</command> by
|
<para>Detailed information can be obtained from <command>gcc</command> by
|
||||||
passing it the <parameter>-v</parameter> command line option while compiling
|
passing it the <parameter>-v</parameter> command line option while compiling
|
||||||
a program. For example, <command>$LFS_TGT-gcc -v
|
a program. For example, <command>$LFS_TGT-gcc -v
|
||||||
<replaceable>example.c</replaceable></command> (or without <command>
|
<replaceable>example.c</replaceable></command> (or without <command>
|
||||||
$LFS_TGT-</command> if coming back later to this) will show
|
$LFS_TGT-</command> if coming back later) will show
|
||||||
detailed information about the preprocessor, compilation, and assembly
|
detailed information about the preprocessor, compilation, and assembly
|
||||||
stages, including <command>gcc</command>'s search paths for included
|
stages, including <command>gcc</command>'s search paths for included
|
||||||
headers and their order.</para>
|
headers and their order.</para>
|
||||||
|
|
||||||
<para>Next installed are sanitized Linux API headers. These allow the
|
<para>Next up: sanitized Linux API headers. These allow the
|
||||||
standard C library (glibc) to interface with features that the Linux
|
standard C library (glibc) to interface with features that the Linux
|
||||||
kernel will provide.</para>
|
kernel will provide.</para>
|
||||||
|
|
||||||
<para>The next package installed is glibc. The most important
|
<para>Next comes glibc. The most important
|
||||||
considerations for building glibc are the compiler, binary tools, and
|
considerations for building glibc are the compiler, binary tools, and
|
||||||
kernel headers. The compiler is generally not an issue since glibc will
|
kernel headers. The compiler is generally not an issue since glibc will
|
||||||
always use the compiler relating to the <parameter>--host</parameter>
|
always use the compiler relating to the <parameter>--host</parameter>
|
||||||
parameter passed to its configure script; e.g. in our case, the compiler
|
parameter passed to its configure script; e.g., in our case, the compiler
|
||||||
will be <command>$LFS_TGT-gcc</command>. The binary tools and kernel
|
will be <command>$LFS_TGT-gcc</command>. The binary tools and kernel
|
||||||
headers can be a bit more complicated. Therefore, we take no risks and use
|
headers can be a bit more complicated. Therefore, we take no risks and use
|
||||||
the available configure switches to enforce the correct selections. After
|
the available configure switches to enforce the correct selections. After
|
||||||
@ -350,12 +353,12 @@ checking what linker to use... /mnt/lfs/tools/i686-lfs-linux-gnu/bin/ld</compute
|
|||||||
and the use of the <parameter>-nostdinc</parameter> and
|
and the use of the <parameter>-nostdinc</parameter> and
|
||||||
<parameter>-isystem</parameter> flags to control the compiler's include
|
<parameter>-isystem</parameter> flags to control the compiler's include
|
||||||
search path. These items highlight an important aspect of the glibc
|
search path. These items highlight an important aspect of the glibc
|
||||||
package—it is very self-sufficient in terms of its build machinery
|
package—it is very self-sufficient in terms of its build machinery,
|
||||||
and generally does not rely on toolchain defaults.</para>
|
and generally does not rely on toolchain defaults.</para>
|
||||||
|
|
||||||
<para>As mentioned above, the standard C++ library is compiled next, followed in
|
<para>As mentioned above, the standard C++ library is compiled next, followed in
|
||||||
<xref linkend="chapter-temporary-tools"/> by other programs that need
|
<xref linkend="chapter-temporary-tools"/> by other programs that must
|
||||||
to be cross compiled for breaking circular dependencies at build time.
|
be cross-compiled to break circular dependencies at build time.
|
||||||
The install step of all those packages uses the
|
The install step of all those packages uses the
|
||||||
<envar>DESTDIR</envar> variable to force installation
|
<envar>DESTDIR</envar> variable to force installation
|
||||||
in the LFS filesystem.</para>
|
in the LFS filesystem.</para>
|
||||||
@ -377,7 +380,7 @@ checking what linker to use... /mnt/lfs/tools/i686-lfs-linux-gnu/bin/ld</compute
|
|||||||
operation of the toolchain are performed. From this point onwards, the
|
operation of the toolchain are performed. From this point onwards, the
|
||||||
core toolchain is self-contained and self-hosted. In
|
core toolchain is self-contained and self-hosted. In
|
||||||
<xref linkend="chapter-building-system"/>, final versions of all the
|
<xref linkend="chapter-building-system"/>, final versions of all the
|
||||||
packages needed for a fully functional system are built, tested and
|
packages needed for a fully functional system are built, tested, and
|
||||||
installed.</para>
|
installed.</para>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
Loading…
Reference in New Issue
Block a user