diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-02-09 23:17:42 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-02-09 23:17:42 +0000 |
commit | fe3809eb7a28721c9d54a04bc2cd2f4642c475fe (patch) | |
tree | ae187b0932ab6bc99142593ee27f672ef5d735a6 /chapter06/gmp.xml | |
parent | 196be1e746391e6abedf7b5298e64fffca7c5be8 (diff) |
Remove a fixup for GMP's testsuite which was added upstream in GMP-5.0.3. Fixes #3016.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9738 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gmp.xml')
-rw-r--r-- | chapter06/gmp.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chapter06/gmp.xml b/chapter06/gmp.xml index 4a2e490d6..27c413df9 100644 --- a/chapter06/gmp.xml +++ b/chapter06/gmp.xml @@ -50,11 +50,6 @@ <screen role="nodump"><userinput><parameter>ABI=32</parameter> ./configure ...</userinput></screen></para> </note> - <para>First, fix a minor error noted on the upstream web page:</para> - -<screen><userinput remap="pre">sed -i 's/np + dn, qn/& - dn/' mpn/generic/dcpi1_bdiv_q.c</userinput></screen> - - <para>Prepare GMP for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr --enable-cxx --enable-mpbsd</userinput></screen> |