diff options
Diffstat (limited to 'scripts/check-gcc.sh')
-rwxr-xr-x | scripts/check-gcc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/check-gcc.sh b/scripts/check-gcc.sh index 2d89d98f..8c363221 100755 --- a/scripts/check-gcc.sh +++ b/scripts/check-gcc.sh @@ -9,7 +9,7 @@ s2=`readelf -A "$f2" | grep "Tag_ARM_ISA_use"` if [ "$s1" != "$s2" ]; then echo "" - echo "ERROR: The compiler failed to correctly compile Klipper" + echo "ERROR: The compiler failed to correctly compile Kutter" echo "It will be necessary to upgrade the compiler" echo "See: https://bugs.launchpad.net/ubuntu/+source/newlib/+bug/1767223" echo "" |