Also dump the GMP and MPFR versions when dumping a sample in verbose mode.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Aug 25 21:42:34 2008 +0000 (2008-08-25)
changeset 80771241c4f09e1
parent 806 b5734a8508f1
child 808 0949a87e1629
Also dump the GMP and MPFR versions when dumping a sample in verbose mode.

/trunk/scripts/showSamples.sh | 3 3 0 0 +++
1 file changed, 3 insertions(+)
scripts/showSamples.sh
     1.1 --- a/scripts/showSamples.sh	Mon Aug 25 21:41:52 2008 +0000
     1.2 +++ b/scripts/showSamples.sh	Mon Aug 25 21:42:34 2008 +0000
     1.3 @@ -30,6 +30,9 @@
     1.4          echo ")"
     1.5          if [ ${verbose} -ne 0 ]; then
     1.6              echo    "    OS        : ${CT_KERNEL}-${CT_KERNEL_VERSION}"
     1.7 +            if [ "${CT_GMP_MPFR}" = "y" ]; then
     1.8 +                echo    "    GMP/MPFR  : gmp-${CT_GMP_VERSION} / mpfr-${CT_MPFR_VERSION}"
     1.9 +            fi
    1.10              echo    "    binutils  : binutils-${CT_BINUTILS_VERSION}"
    1.11              printf  "    C compiler: ${CT_CC}-${CT_CC_VERSION} (C"
    1.12              [ "${CT_CC_LANG_CXX}" = "y"     ] && printf ",C++"