mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-06-01 15:20:54 +00:00
/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(-)
This commit is contained in:
parent
822fb9415e
commit
2c2dd2e5fe
@ -25,8 +25,13 @@ config GMP_VERSION
|
|||||||
|
|
||||||
config GMP_CHECK
|
config GMP_CHECK
|
||||||
bool
|
bool
|
||||||
prompt "Check GMP"
|
prompt "Check GMP (!!! README !!!)"
|
||||||
default y
|
default n
|
||||||
help
|
help
|
||||||
It is highly recommended that 'make check' is run against the newly built
|
It is highly recommended to check the newly built GMP library.
|
||||||
GMP library. See http://gmplib.org/
|
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.
|
||||||
|
@ -35,8 +35,14 @@ config MPFR_VERSION
|
|||||||
|
|
||||||
config MPFR_CHECK
|
config MPFR_CHECK
|
||||||
bool
|
bool
|
||||||
prompt "Check MPFR"
|
prompt "Check MPFR (!!! README !!!)"
|
||||||
default y
|
default n
|
||||||
help
|
help
|
||||||
It is highly recommended that 'make check' is run against the newly built
|
It is highly recommended to check the newly built MPFR library.
|
||||||
MPFR library. See http://gmplib.org/
|
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.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user