( cd build/circle-newlib/aarch64-none-circle/newlib ; rm ./config.cache ) || true

pull/25/head
probonopd 2 years ago committed by GitHub
parent 960c9a75ce
commit 1c03a935ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      build.sh

@ -11,7 +11,7 @@ fi
# Build circle-stdlib library
cd circle-stdlib/
make clean || true
rm ./config.cache || true
( cd build/circle-newlib/aarch64-none-circle/newlib ; rm ./config.cache ) || true
./configure -r ${RPI} --prefix "aarch64-none-elf-"
make -j$(nproc)
cd ..

Loading…
Cancel
Save