浏览代码

Tweak symlink needed for glibc regression tests

was r11507.
Bruce Dubbs 6 年之前
父节点
当前提交
b2dc236135
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      chapter06/glibc.xml

+ 4 - 1
chapter06/glibc.xml

@@ -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-->