aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/check-gcc.sh
diff options
context:
space:
mode:
authorTomasz Kramkowski <tomasz@kramkow.ski>2025-08-15 21:13:44 +0100
committerTomasz Kramkowski <tomasz@kramkow.ski>2025-08-15 21:46:37 +0100
commitae9102482560b557628c83a247ab35063ade0bf7 (patch)
tree2f08afac5a943aac31186e2c5c0c7d60e6d8837a /scripts/check-gcc.sh
parent121edea90cde8295f720ed9d2f2fccca61f66bb4 (diff)
downloadkutter-ae9102482560b557628c83a247ab35063ade0bf7.tar.gz
kutter-ae9102482560b557628c83a247ab35063ade0bf7.tar.xz
kutter-ae9102482560b557628c83a247ab35063ade0bf7.zip
Rename everything significant to Kutter except for docs
Diffstat (limited to 'scripts/check-gcc.sh')
-rwxr-xr-xscripts/check-gcc.sh2
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 ""