diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-08-19 21:37:43 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-08-19 21:37:43 +0000 |
commit | 5948c803723507e61d3ff721b35dea3847f4f62f (patch) | |
tree | fadabc03a0a686da4ea79077ecdab34b564c0cc1 /chapter06 | |
parent | f1d755b003353fab64875e934b8026f8815a9095 (diff) |
Remove redundant options in gcc instructions.
Add note about a test failure in util-linux.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10698 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/gcc.xml | 4 | ||||
-rw-r--r-- | chapter06/util-linux.xml | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 8dc997b01..f34c028d2 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -72,10 +72,6 @@ cd ../gcc-build</userinput></screen> <screen><userinput remap="configure">SED=sed \ ../gcc-&gcc-version;/configure \ --prefix=/usr \ - --enable-shared \ - --enable-threads=posix \ - --enable-__cxa_atexit \ - --enable-clocale=gnu \ --enable-languages=c,c++ \ --disable-multilib \ --disable-bootstrap \ diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml index dbcea0791..48193f935 100644 --- a/chapter06/util-linux.xml +++ b/chapter06/util-linux.xml @@ -79,6 +79,9 @@ <screen><userinput remap="test">chown -Rv nobody . su nobody -s /bin/bash -c "PATH=$PATH make -k check"</userinput></screen> + <note><para>One test above, tests/ts/ipcs/limits2, will fail when the host + is using a recent kernel. The failure can safely be ignored.</para></note> + <para>Install the package:</para> <screen><userinput remap="install">make install</userinput></screen> |