diff options
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 |