diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-01-01 22:17:51 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-01-01 22:17:51 +0000 |
commit | eec1ca93edd2d902c25d2121438738bc702721a2 (patch) | |
tree | 79a7df5b0e59932156067991e2df7d378eee2cbb /chapter06 | |
parent | 0f344ddfa8541a3bad3f771188501494b8848079 (diff) |
Add additional recommendations for packages in the
'Rebooting the System' section.
Remove obsolete --enable-mpbsd from gmp instructions.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10088 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/gmp.xml | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/chapter06/gmp.xml b/chapter06/gmp.xml index 11c9d8f0a..d2ee64c0c 100644 --- a/chapter06/gmp.xml +++ b/chapter06/gmp.xml @@ -52,7 +52,7 @@ <para>Prepare GMP for compilation:</para> -<screen><userinput remap="configure">./configure --prefix=/usr --enable-cxx --enable-mpbsd</userinput></screen> +<screen><userinput remap="configure">./configure --prefix=/usr --enable-cxx</userinput></screen> <variablelist> <title>The meaning of the new configure options:</title> @@ -64,13 +64,6 @@ </listitem> </varlistentry> - <varlistentry> - <term><parameter>--enable-mpbsd</parameter></term> - <listitem> - <para>This builds the Berkeley MP compatibility library</para> - </listitem> - </varlistentry> - </variablelist> <para>Compile the package:</para> |