diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2021-02-02 21:35:59 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2021-02-02 21:35:59 +0000 |
commit | df2e99e94db203e66a798ef7f070d6e96560e8e7 (patch) | |
tree | a12d702861c2f4710f9f1f016aa7d424bae4950f /chapter08/glibc.xml | |
parent | 428695cb4a5b0a2b0b52f4efaa971426943a2e16 (diff) |
Really apply various fixes for building with glibc-2.33,
and change the order in chapter 8 so that everything is built against
chapter 8 glibc.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12112 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/glibc.xml')
-rw-r--r-- | chapter08/glibc.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter08/glibc.xml b/chapter08/glibc.xml index dc3d5ecee..6432881cf 100644 --- a/chapter08/glibc.xml +++ b/chapter08/glibc.xml @@ -126,7 +126,7 @@ cd build</userinput></screen> are usually safe to ignore.</para> <!-- Use remap="make" here to work around a jhalfs issue. --> -<screen><userinput remap="make">case $(uname -m) in +<!--<screen><userinput remap="make">case $(uname -m) in i?86) ln -sfnv $PWD/elf/ld-linux.so.2 /lib ;; x86_64) ln -sfnv $PWD/elf/ld-linux-x86-64.so.2 /lib ;; esac</userinput></screen> @@ -134,7 +134,7 @@ esac</userinput></screen> <note><para>The symbolic link above is needed to run the tests at this stage of building in the chroot environment. It will be overwritten in the install phase below.</para></note> - +--> <screen><userinput remap="test">make check</userinput></screen> <para>You may see some test failures. The Glibc test suite is |