From 9dd85f517a15f6bb9e575fd614591647747deff4 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Mon, 25 Aug 2008 21:42:34 +0000 Subject: 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(+) diff --git a/scripts/showSamples.sh b/scripts/showSamples.sh index 5b336e2..c27446e 100755 --- a/scripts/showSamples.sh +++ b/scripts/showSamples.sh @@ -30,6 +30,9 @@ dump_single_sample() { echo ")" if [ ${verbose} -ne 0 ]; then echo " OS : ${CT_KERNEL}-${CT_KERNEL_VERSION}" + if [ "${CT_GMP_MPFR}" = "y" ]; then + echo " GMP/MPFR : gmp-${CT_GMP_VERSION} / mpfr-${CT_MPFR_VERSION}" + fi echo " binutils : binutils-${CT_BINUTILS_VERSION}" printf " C compiler: ${CT_CC}-${CT_CC_VERSION} (C" [ "${CT_CC_LANG_CXX}" = "y" ] && printf ",C++" -- cgit v0.10.2-6-g49f6