mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-22 06:07:49 +00:00
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(+)
This commit is contained in:
parent
72be420406
commit
9dd85f517a
@ -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++"
|
||||
|
Loading…
Reference in New Issue
Block a user