fix
This commit is contained in:
@@ -5,6 +5,7 @@ jobs:
|
|||||||
machine: true
|
machine: true
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
- run: chmod +x -v *.sh
|
||||||
- run: sudo ./runit-all.sh 64
|
- run: sudo ./runit-all.sh 64
|
||||||
- persist_to_workspace:
|
- persist_to_workspace:
|
||||||
root: /tmp/danio-gcc/64
|
root: /tmp/danio-gcc/64
|
||||||
@@ -15,6 +16,7 @@ jobs:
|
|||||||
machine: true
|
machine: true
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
- run: chmod +x -v *.sh
|
||||||
- run: sudo ./runit-all.sh 32
|
- run: sudo ./runit-all.sh 32
|
||||||
- persist_to_workspace:
|
- persist_to_workspace:
|
||||||
root: /tmp/danio-gcc/32
|
root: /tmp/danio-gcc/32
|
||||||
|
|||||||
+3
-6
@@ -14,15 +14,12 @@ for i in aarch64-${TUPLE}-linux alpha-${TUPLE}-linux arm-${TUPLE}-eabi arc-${TUP
|
|||||||
case ${1} in
|
case ${1} in
|
||||||
64)
|
64)
|
||||||
export CC="cc -m64"
|
export CC="cc -m64"
|
||||||
export CXX="c++ -m64"
|
export CXX="c++ -m64" ;;
|
||||||
chmod +x -v *.sh
|
|
||||||
sudo rm -rf binutils-* build-* ${gcc_version} gcc-* newlib-* ;;
|
|
||||||
32)
|
32)
|
||||||
export CC="cc -m32"
|
export CC="cc -m32"
|
||||||
export CXX="c++ -m32"
|
export CXX="c++ -m32" ;;
|
||||||
chmod +x -v *.sh
|
|
||||||
sudo rm -rf binutils-* build-* ${gcc_version} gcc-* newlib-*
|
|
||||||
esac
|
esac
|
||||||
|
sudo rm -rf binutils-* build-* ${gcc_version} gcc-* newlib-*
|
||||||
sudo ./danio_gcc.sh ${i} | tee out/${i}.log
|
sudo ./danio_gcc.sh ${i} | tee out/${i}.log
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user