From fdc680221c4d31a7554913d224ff2b4d705985c9 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 12 Oct 2018 02:52:24 +0200 Subject: [PATCH] Update runit-all.sh --- runit-all.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/runit-all.sh b/runit-all.sh index 0b89ecd..956937d 100644 --- a/runit-all.sh +++ b/runit-all.sh @@ -19,7 +19,7 @@ for i in aarch64-${TUPLE}-linux alpha-${TUPLE}-linux arm-${TUPLE}-eabi arc-${TUP export CC="cc -m32" export CXX="c++ -m32" ;; esac - sudo rm -rf binutils-* build-* ${gcc_version} gcc-* newlib-* + sudo rm -rf binutils-* build-* LATEST-* gcc-* newlib-* sudo ./danio_gcc.sh ${i} | tee out/${i}.log fi done @@ -27,3 +27,5 @@ if [ -e .error ]; then echo "error detected @ ${STAGE} !" exit 1 fi +echo "gcc.danio.ga" >out/CNAME +surge ./out gcc.danio.ga