|
@@ -33,7 +33,7 @@
|
|
|
能够与宿主系统完全分离的工具。这样,通过使用 <command>chroot</command>
|
|
|
命令,其余各章中执行的命令就被限制在这个临时环境中。
|
|
|
这确保我们能够干净、顺利地构建 LFS 系统。整个构建过程被精心设计,
|
|
|
- 以尽量降低新读者可能面临的风险,同时提供最多的教育价值。</para>
|
|
|
+ 以尽量降低新读者可能面临的风险,同时提供尽可能多的教育价值。</para>
|
|
|
|
|
|
<note>
|
|
|
<!--para>Before continuing, be aware of the name of the working platform,
|
|
@@ -227,8 +227,9 @@ checking what linker to use... /tools/i686-lfs-linux-gnu/bin/ld</computeroutput>
|
|
|
search path. These items highlight an important aspect of the Glibc
|
|
|
package—it is very self-sufficient in terms of its build machinery and
|
|
|
generally does not rely on toolchain defaults.</para-->
|
|
|
- <para>下一步安装 Glibc 。在构建 Glibc 时最重要的考虑是编译器、二进制工具
|
|
|
- 和内核头文件。编译器一般不成问题, Glibc 总是使用传递给配置脚本的
|
|
|
+ <para>下一步安装 Glibc 。在构建 Glibc 时最重要的考虑是编译器、
|
|
|
+ 二进制工具和内核头文件。编译器一般不成问题,
|
|
|
+ Glibc 总是使用传递给配置脚本的
|
|
|
<parameter>--host</parameter> 参数相关的编译器。
|
|
|
例如,在我们的例子中,使用的编译器是
|
|
|
<command>i686-lfs-linux-gnu-gcc</command>。
|