Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
Signed-off-by: fukiame <[email protected]>
  • Loading branch information
fukiame committed Oct 9, 2024
1 parent 4524d0b commit 79b0751
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions toolchains/Eva-GCC.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ GCC32="${outside}/gcc-arm"

case $1 in
"setup" )
cd "${outside}"
if [[ ! -d "${GCC64}" ]]; then
curl -Lo gcc-arm64.tar.xz $(curl -s https://api.github.com/repos/mvaisakh/gcc-build/releases/latest | grep browser_download_url | cut -d'"' -f4 | grep 'gcc-arm64-')
tar -xf gcc-arm64.tar.xz
Expand Down

0 comments on commit 79b0751

Please sign in to comment.