Skip to content

Commit

Permalink
Add toolchain download address
Browse files Browse the repository at this point in the history
  • Loading branch information
ophub committed Feb 10, 2022
1 parent a331759 commit 5c4171c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recompile
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,14 @@ repo_branch="main"
# Cross compile toolchain download mirror, run on ubuntu-20.04
dev_repo="https://github.com/ophub/script/releases/download/dev"
# armbian
# armbian download from: https://github.com/ophub/amlogic-s9xxx-armbian/releases
armbian_rootfs_file="armbian_22.02.0_Aml_s922x_bullseye_5.10.93.tar.xz"
# gcc
# gcc download from: https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-a/downloads
#gcc_repo="https://developer.arm.com/-/media/Files/downloads/gnu-a/10.3-2021.07/binrel"
gcc_file="gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu.tar.xz"
# clang
# clang download from: https://github.com/llvm/llvm-project/releases
#clang_repo="https://github.com/llvm/llvm-project/releases/download/llvmorg-13.0.0"
clang_file="clang+llvm-13.0.0-x86_64-linux-gnu-ubuntu-20.04.tar.xz"

Expand Down

0 comments on commit 5c4171c

Please sign in to comment.