mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2025-02-18 01:21:57 +01:00
updated link for binutils build to newest 2.38
This commit is contained in:
parent
136bce7a12
commit
7e217b6275
@ -27,7 +27,7 @@ set -u # exit with error if unbound variables
|
||||
# GCC toolchain source version
|
||||
# here we can change source versions of tools
|
||||
#
|
||||
export BINUTILS_VERSION=${BINUTILS_VERSION:-binutils-2.37}
|
||||
export BINUTILS_VERSION=${BINUTILS_VERSION:-binutils-2.38}
|
||||
export GCC_VERSION=${GCC_VERSION:-11.2.0}
|
||||
|
||||
# Version of libraries are from ./contrib/download_prerequisites in gcc source directory
|
||||
|
Loading…
Reference in New Issue
Block a user