samples: show the PPL, GLoog/ppl and MPC versions
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Sep 07 19:03:09 2009 +0200 (2009-09-07)
changeset 15217563a985370b
parent 1520 e156ab9c7370
child 1522 aab8f20f3795
samples: show the PPL, GLoog/ppl and MPC versions

When displaying a sample, do show the PPL, CLoog/ppl and MPC versions
scripts/showSamples.sh
     1.1 --- a/scripts/showSamples.sh	Mon Sep 07 18:55:11 2009 +0200
     1.2 +++ b/scripts/showSamples.sh	Mon Sep 07 19:03:09 2009 +0200
     1.3 @@ -29,7 +29,7 @@
     1.4      fi
     1.5      . "${sample_top}/samples/${sample}/crosstool.config"
     1.6      if [ -z "${wiki}" ]; then
     1.7 -        t_width=10
     1.8 +        t_width=13
     1.9          printf "    %-*s  [%s" ${width} "${sample}" "${sample_type}"
    1.10          [ -f "${sample_top}/samples/${sample}/broken" ] && printf "B" || printf " "
    1.11          [ "${CT_EXPERIMENTAL}" = "y" ] && printf "X" || printf " "
    1.12 @@ -45,6 +45,9 @@
    1.13              if [ "${CT_GMP_MPFR}" = "y" ]; then
    1.14                  printf    "    %-*s : %s\n" ${t_width} "GMP/MPFR" "gmp-${CT_GMP_VERSION} / mpfr-${CT_MPFR_VERSION}"
    1.15              fi
    1.16 +            if [ "${CT_PPL_CLOOG_MPC}" = "y" ]; then
    1.17 +                printf    "    %-*s : %s\n" ${t_width} "PPL/CLOOG/MPC" "ppl-${CT_PPL_VERSION} / cloog-${CT_CLOOG_VERSION} / mpc-${CT_MPC_VERSION}"
    1.18 +            fi
    1.19              printf  "    %-*s : %s\n" ${t_width} "binutils" "binutils-${CT_BINUTILS_VERSION}"
    1.20              printf  "    %-*s : %s" ${t_width} "C compiler" "${CT_CC}-${CT_CC_VERSION} (C"
    1.21              [ "${CT_CC_LANG_CXX}" = "y"     ] && printf ",C++"