-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpart3.html
241 lines (241 loc) · 8.19 KB
/
part3.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
<title>
Part III. Building the LFS Cross Toolchain and Temporary
Tools
</title>
<link rel="stylesheet" type="text/css" href="stylesheets/lfs.css" />
<meta name="generator" content="DocBook XSL-NS Stylesheets Vsnapshot" />
<link rel="stylesheet" href="https://www.linuxfromscratch.org/lfs/view/stylesheets/lfs-print.css" type=
"text/css" media="print" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body class="lfs" id="lfs-12.2">
<div class="navheader">
<h4>
Linux From Scratch - Version 12.2
</h4>
<ul>
<li class="prev">
<a accesskey="p" href="chapter04/abouttestsuites.html" title=
"About the Test Suites">Prev</a>
<p>
About the Test Suites
</p>
</li>
<li class="next">
<a accesskey="n" href="partintro/partintro.html" title=
"Important Preliminary Material">Next</a>
<p>
Important Preliminary Material
</p>
</li>
<li class="up">.
</li>
<li class="home">
<a accesskey="h" href="index.html" title=
"Linux From Scratch - Version 12.2">Home</a>
</li>
</ul>
</div>
<h1 class="part">
<a id="part3" name="part3"></a>III. Building the LFS Cross Toolchain
and Temporary Tools
</h1>
<div class="part">
<div class="toc">
<h3>
Table of Contents
</h3>
<ul>
<li class="preface">
<h4>
Important Preliminary Material
</h4>
<ul>
<li class="sect1">
<a href="partintro/introduction.html">Introduction</a>
</li>
<li class="sect1">
<a href="partintro/toolchaintechnotes.html">Toolchain
Technical Notes</a>
</li>
<li class="sect1">
<a href="partintro/generalinstructions.html">General
Compilation Instructions</a>
</li>
</ul>
</li>
<li class="chapter">
<h4>
5. Compiling a Cross-Toolchain
</h4>
<ul>
<li class="sect1">
<a href="chapter05/introduction.html">Introduction</a>
</li>
<li class="sect1">
<a href="chapter05/binutils-pass1.html">Binutils-2.43.1 -
Pass 1</a>
</li>
<li class="sect1">
<a href="chapter05/gcc-pass1.html">GCC-14.2.0 - Pass 1</a>
</li>
<li class="sect1">
<a href="chapter05/linux-headers.html">Linux-6.10.5 API
Headers</a>
</li>
<li class="sect1">
<a href="chapter05/glibc.html">Glibc-2.40</a>
</li>
<li class="sect1">
<a href="chapter05/gcc-libstdc++.html">Libstdc++ from
GCC-14.2.0</a>
</li>
</ul>
</li>
<li class="chapter">
<h4>
6. Cross Compiling Temporary Tools
</h4>
<ul>
<li class="sect1">
<a href="chapter06/introduction.html">Introduction</a>
</li>
<li class="sect1">
<a href="chapter06/m4.html">M4-1.4.19</a>
</li>
<li class="sect1">
<a href="chapter06/ncurses.html">Ncurses-6.5</a>
</li>
<li class="sect1">
<a href="chapter06/bash.html">Bash-5.2.32</a>
</li>
<li class="sect1">
<a href="chapter06/coreutils.html">Coreutils-9.5</a>
</li>
<li class="sect1">
<a href="chapter06/diffutils.html">Diffutils-3.10</a>
</li>
<li class="sect1">
<a href="chapter06/file.html">File-5.45</a>
</li>
<li class="sect1">
<a href="chapter06/findutils.html">Findutils-4.10.0</a>
</li>
<li class="sect1">
<a href="chapter06/gawk.html">Gawk-5.3.0</a>
</li>
<li class="sect1">
<a href="chapter06/grep.html">Grep-3.11</a>
</li>
<li class="sect1">
<a href="chapter06/gzip.html">Gzip-1.13</a>
</li>
<li class="sect1">
<a href="chapter06/make.html">Make-4.4.1</a>
</li>
<li class="sect1">
<a href="chapter06/patch.html">Patch-2.7.6</a>
</li>
<li class="sect1">
<a href="chapter06/sed.html">Sed-4.9</a>
</li>
<li class="sect1">
<a href="chapter06/tar.html">Tar-1.35</a>
</li>
<li class="sect1">
<a href="chapter06/xz.html">Xz-5.6.2</a>
</li>
<li class="sect1">
<a href="chapter06/binutils-pass2.html">Binutils-2.43.1 -
Pass 2</a>
</li>
<li class="sect1">
<a href="chapter06/gcc-pass2.html">GCC-14.2.0 - Pass 2</a>
</li>
</ul>
</li>
<li class="chapter">
<h4>
7. Entering Chroot and Building Additional Temporary Tools
</h4>
<ul>
<li class="sect1">
<a href="chapter07/introduction.html">Introduction</a>
</li>
<li class="sect1">
<a href="chapter07/changingowner.html">Changing Ownership</a>
</li>
<li class="sect1">
<a href="chapter07/kernfs.html">Preparing Virtual Kernel File
Systems</a>
</li>
<li class="sect1">
<a href="chapter07/chroot.html">Entering the Chroot
Environment</a>
</li>
<li class="sect1">
<a href="chapter07/creatingdirs.html">Creating
Directories</a>
</li>
<li class="sect1">
<a href="chapter07/createfiles.html">Creating Essential Files
and Symlinks</a>
</li>
<li class="sect1">
<a href="chapter07/gettext.html">Gettext-0.22.5</a>
</li>
<li class="sect1">
<a href="chapter07/bison.html">Bison-3.8.2</a>
</li>
<li class="sect1">
<a href="chapter07/perl.html">Perl-5.40.0</a>
</li>
<li class="sect1">
<a href="chapter07/Python.html">Python-3.12.5</a>
</li>
<li class="sect1">
<a href="chapter07/texinfo.html">Texinfo-7.1</a>
</li>
<li class="sect1">
<a href="chapter07/util-linux.html">Util-linux-2.40.2</a>
</li>
<li class="sect1">
<a href="chapter07/cleanup.html">Cleaning up and Saving the
Temporary System</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
<div class="navfooter">
<ul>
<li class="prev">
<a accesskey="p" href="chapter04/abouttestsuites.html" title=
"About the Test Suites">Prev</a>
<p>
About the Test Suites
</p>
</li>
<li class="next">
<a accesskey="n" href="partintro/partintro.html" title=
"Important Preliminary Material">Next</a>
<p>
Important Preliminary Material
</p>
</li>
<li class="up">.
</li>
<li class="home">
<a accesskey="h" href="index.html" title=
"Linux From Scratch - Version 12.2">Home</a>
</li>
</ul>
</div>
</body>
</html>