diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-08-25 21:42:34 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-08-25 21:42:34 +0000 |
commit | 9dd85f517a15f6bb9e575fd614591647747deff4 (patch) | |
tree | 199790a1df920cd466cbf5fc18c6f523eb21b578 /scripts/showSamples.sh | |
parent | 72be420406a4a463feae54d8d89ca82b4eb5553f (diff) | |
download | crosstool-ng-9dd85f517a15f6bb9e575fd614591647747deff4.tar.gz crosstool-ng-9dd85f517a15f6bb9e575fd614591647747deff4.tar.bz2 crosstool-ng-9dd85f517a15f6bb9e575fd614591647747deff4.zip |
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(+)
Diffstat (limited to 'scripts/showSamples.sh')
-rwxr-xr-x | scripts/showSamples.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/showSamples.sh b/scripts/showSamples.sh index 5b336e2d..c27446ec 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++" |