rm -rf ./gcc-* || true

pull/868/head
probonopd 4 weeks ago committed by GitHub
parent 504bf9f1f4
commit 877ffc5c39
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      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

Loading…
Cancel
Save