aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/app/qbs-setup-toolchains/gccprobe.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/app/qbs-setup-toolchains/gccprobe.cpp b/src/app/qbs-setup-toolchains/gccprobe.cpp
index 3b2f51eaa..e979acf59 100644
--- a/src/app/qbs-setup-toolchains/gccprobe.cpp
+++ b/src/app/qbs-setup-toolchains/gccprobe.cpp
@@ -241,6 +241,8 @@ static QStringList buildCompilerNameFilters(const QString &compilerName)
compilerName + QLatin1String("-[1-9]*"),
// "avr-gcc"
QLatin1String("*-") + compilerName,
+ // "avr-gcc-5.4.0"
+ QLatin1String("*-") + compilerName + QLatin1String("-[1-9]*"),
// "arm-none-eabi-gcc"
QLatin1String("*-*-*-") + compilerName,
// "arm-none-eabi-gcc-9.1.0"