summaryrefslogtreecommitdiff
path: root/scripts/showSamples.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/showSamples.sh')
-rwxr-xr-xscripts/showSamples.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/showSamples.sh b/scripts/showSamples.sh
index 62a18f8..ac05e91 100755
--- a/scripts/showSamples.sh
+++ b/scripts/showSamples.sh
@@ -10,12 +10,9 @@ export GREP_OPTIONS=
dump_single_sample() {
local width="$1"
local sample="$2"
- . "${CT_TOP_DIR}/samples/${sample}/crosstool.config"
printf " %-*s" ${width} "${sample}"
[ -f "${CT_TOP_DIR}/samples/${sample}/broken" ] && printf " (broken)"
echo
- echo " \ ${CT_KERNEL}-${CT_KERNEL_VERSION} binutils-${CT_BINUTILS_VERSION}"
- echo " \_ ${CT_CC}-${CT_CC_VERSION} ${CT_LIBC}-${CT_LIBC_VERSION}"
}
# Get largest sample width