From 877ffc5c399f748961fd813a287cf469b7478334 Mon Sep 17 00:00:00 2001 From: probonopd Date: Sun, 20 Apr 2025 17:11:27 +0200 Subject: [PATCH] rm -rf ./gcc-* || true --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index eb3f78c..6ceaa74 100755 --- a/build.sh +++ b/build.sh @@ -64,6 +64,7 @@ cd src make clean echo "***** DEBUG *****" env +rm -rf ./gcc-* || true grep -r 'aarch64-none-elf' . || true find . -type d -name 'aarch64-none-elf' || true make -j