summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common-functions4
1 files changed, 3 insertions, 1 deletions
diff --git a/common-functions b/common-functions
index 1d56dd4..ea5a24f 100644
--- a/common-functions
+++ b/common-functions
@@ -75,7 +75,9 @@ function get_gcc_version
;;
*)
if [ "$MAJVER" -ge 5 ]; then
- echo GCC$MAJVER
+ # We only have a GCC5 build profile for now, so...
+ # echo GCC$MAJVER
+ echo GCC5
else
echo "Unknown toolchain version '$gcc_version'" >&2
echo "Attempting to build using GCC49 profile." >&2