summaryrefslogtreecommitdiff
path: root/scripts/build/cc_gcc.sh
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-06-16 21:44:45 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-06-16 21:44:45 (GMT)
commitd8bc11b1653185bc826680243cc32b87a6451df2 (patch)
treec08e59bfde4dd8c19a3992c6b8e238994805eab4 /scripts/build/cc_gcc.sh
parenteefa05172a5d1c06b2674c47663e5be85e234aee (diff)
Fix printing components' file names.
Diffstat (limited to 'scripts/build/cc_gcc.sh')
-rw-r--r--scripts/build/cc_gcc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/cc_gcc.sh b/scripts/build/cc_gcc.sh
index 0b24f83..dc427cf 100644
--- a/scripts/build/cc_gcc.sh
+++ b/scripts/build/cc_gcc.sh
@@ -4,7 +4,7 @@
do_print_filename() {
[ "${CT_CC}" = "gcc" ] || return 0
- echo "${CT_CC_FILE}"
+ echo "gcc-${CT_CC_VERSION}"
}
# Download final gcc