1
0
Fork 0

Merge pull request #3 from sskaje/master

Extract toolchain 11.3
master
friendlyarm 2 years ago committed by GitHub
commit a6f43ff50a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -102,6 +102,8 @@ apt-get -y install openjdk-8-jdk
[ -d fa-toolchain ] || git clone https://github.com/friendlyarm/prebuilts.git -b master --depth 1 fa-toolchain
cat fa-toolchain/gcc-x64/toolchain-4.9.3-armhf.tar.gz* | tar xz -C /
cat fa-toolchain/gcc-x64/toolchain-6.4-aarch64.tar.gz* | tar xz -C /
tar xf fa-toolchain/gcc-x64/toolchain-11.3-aarch64.tar.xz -C /
rm -rf fa-toolchain
echo "all done."

Loading…
Cancel
Save