Fix archive name

This commit is contained in:
Heath Mitchell 2023-06-27 19:46:43 +02:00
parent 3ea299484f
commit 7e57c3173b
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ source util.sh
VERSION=$1
PREFIX="$2"
URL="https://github.com/Heath123/gcc/archive/d3790a8d30b32fa5beb45981d1d5e16391f08560.zip"
ARCHIVE="gcc-$VERSION"
ARCHIVE="gcc-$VERSION.zip"
# Final location of gcc in the sysroot
SYSROOT_GCC="$SYSROOT/bin/sh-elf-gcc"