|
@@ -189,9 +189,12 @@ unset GCC_INCDIR</userinput></screen>
|
|
|
下面列出的失败结果一般可以安全地忽略。执行以下命令进行测试:
|
|
|
</para>
|
|
|
|
|
|
-<screen><userinput remap="test">ln -sfnv /tools/lib/ld-linux-x86-64.so.2 /lib/ld-linux-x86-64.so.2
|
|
|
+<screen><userinput remap="test">ln -sfnv $PWD/elf/ld-linux-x86-64.so.2 /lib/ld-linux-x86-64.so.2
|
|
|
make check</userinput></screen>
|
|
|
|
|
|
+ <note><para>我们需要上面的符号链接,以便在当前的 chroot
|
|
|
+ 构建环境中运行测试套件。下面的安装过程将会覆盖它。</para></note>
|
|
|
+
|
|
|
<!--para>You may see some test failures. The Glibc test suite is
|
|
|
somewhat dependent on the host system. This is a list of the most common
|
|
|
issues seen for some versions of LFS:</para-->
|