aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/gmp.xml
diff options
context:
space:
mode:
authorRandy McMurchy <randy@linuxfromscratch.org>2008-10-12 00:39:47 +0000
committerRandy McMurchy <randy@linuxfromscratch.org>2008-10-12 00:39:47 +0000
commit0bb67603641c3afa7ecc7deadbfc85e65e9306bd (patch)
tree120074c2560361277e9fddcb9c2fd9b068774af7 /chapter05/gmp.xml
parentf683537f466471500aeb7bc2af05a2adacd68d10 (diff)
Added descriptions of the configure options used in the GMP instructions and updated the installed library descriptions
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8644 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gmp.xml')
-rw-r--r--chapter05/gmp.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/chapter05/gmp.xml b/chapter05/gmp.xml
index 76885e60b..8d76d825c 100644
--- a/chapter05/gmp.xml
+++ b/chapter05/gmp.xml
@@ -47,6 +47,18 @@
<screen><userinput remap="configure">./configure --prefix=/tools --enable-mpbsd</userinput></screen>
+ <variablelist>
+ <title>The meaning of the configure option:</title>
+
+ <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>
<screen><userinput remap="make">make</userinput></screen>