diff options
Diffstat (limited to 'scripts/build/cc_core_gcc.sh')
-rw-r--r-- | scripts/build/cc_core_gcc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/cc_core_gcc.sh b/scripts/build/cc_core_gcc.sh index 52db1d3f..968e62e1 100644 --- a/scripts/build/cc_core_gcc.sh +++ b/scripts/build/cc_core_gcc.sh @@ -4,7 +4,7 @@ do_print_filename() { [ "${CT_CC_CORE}" = "gcc" ] || return 0 - echo "${CT_CC_CORE_FILE}" + echo "gcc-${CT_CC_CORE_VERSION}" } # Download core gcc |