diff options
author | Randy McMurchy <randy@linuxfromscratch.org> | 2008-10-12 00:39:47 +0000 |
---|---|---|
committer | Randy McMurchy <randy@linuxfromscratch.org> | 2008-10-12 00:39:47 +0000 |
commit | 0bb67603641c3afa7ecc7deadbfc85e65e9306bd (patch) | |
tree | 120074c2560361277e9fddcb9c2fd9b068774af7 /chapter05/gmp.xml | |
parent | f683537f466471500aeb7bc2af05a2adacd68d10 (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.xml | 12 |
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> |