# HG changeset patch # User "Yann E. MORIN" # Date 1243271809 0 # Node ID 5d9b7f52514f06dabaa22fdbcd0f69156f74ed7c # Parent 945dc995daa71800ce60e7f5e8762fbbef12c162 /devel/gcc-4.4: - GMP & MPFR: do not check the libraries by default, update the help entries accordingly -------- diffstat follows -------- /devel/gcc-4.4/config/companion_libs/gmp.in | 13 9 4 0 +++++++++---- /devel/gcc-4.4/config/companion_libs/mpfr.in | 14 10 4 0 ++++++++++---- 2 files changed, 19 insertions(+), 8 deletions(-) diff -r 945dc995daa7 -r 5d9b7f52514f config/companion_libs/gmp.in --- a/config/companion_libs/gmp.in Sun May 24 22:04:14 2009 +0000 +++ b/config/companion_libs/gmp.in Mon May 25 17:16:49 2009 +0000 @@ -25,8 +25,13 @@ config GMP_CHECK bool - prompt "Check GMP" - default y + prompt "Check GMP (!!! README !!!)" + default n help - It is highly recommended that 'make check' is run against the newly built - GMP library. See http://gmplib.org/ + It is highly recommended to check the newly built GMP library. + Unfortunately, this is a very intensive task, and takes a loooong time. + + Checking GMP is thus disabled by default. + + If you suspect that your GMP library is the cause for incorrectly + generated code, you should answer 'Y' here. diff -r 945dc995daa7 -r 5d9b7f52514f config/companion_libs/mpfr.in --- a/config/companion_libs/mpfr.in Sun May 24 22:04:14 2009 +0000 +++ b/config/companion_libs/mpfr.in Mon May 25 17:16:49 2009 +0000 @@ -35,8 +35,14 @@ config MPFR_CHECK bool - prompt "Check MPFR" - default y + prompt "Check MPFR (!!! README !!!)" + default n help - It is highly recommended that 'make check' is run against the newly built - MPFR library. See http://gmplib.org/ + It is highly recommended to check the newly built MPFR library. + Unfortunately, this is a very intensive task, and takes a loooong time. + + Checking MPFR is thus disabled by default. + + If you suspect that your MPFR library is the cause for incorrectly + generated code, you should answer 'Y' here. +