mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Tweak symlink needed for glibc regression tests
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11507 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
a2717960c1
commit
70b235f4cb
@ -151,9 +151,13 @@ unset GCC_INCDIR</userinput></screen>
|
||||
<para>Generally a few tests do not pass. The test failures listed below
|
||||
are usually safe to ignore.</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>The symbolic link above is needed to run the tests at this
|
||||
stage of building in the chroot envirnment. It will be overwritten
|
||||
in the install phase below.</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>
|
||||
|
Loading…
Reference in New Issue
Block a user