Skip to content

Commit

Permalink
Adjust the gcc download address
Browse files Browse the repository at this point in the history
  • Loading branch information
ophub committed Jan 21, 2022
1 parent f16cc68 commit 7f0e4e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recompile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ repo_owner="unifreq"
repo_branch="main"

# Cross compile
use_linuxgun_url="https://developer.arm.com/-/media/Files/downloads/gnu-a/10.3-2021.07/binrel"
#use_linuxgun_url="https://developer.arm.com/-/media/Files/downloads/gnu-a/10.3-2021.07/binrel"
use_linuxgun_url="https://github.com/ophub/script/releases/download/dev"
use_linuxgun_file="gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu.tar.xz"
use_linuxgun_localpath="/usr/local/aarch64"

Expand Down

0 comments on commit 7f0e4e3

Please sign in to comment.