Merge pull request #510 from LAbyOne/buildme

updated link for binutils build to newest 2.38
This commit is contained in:
Sergey 2022-04-19 14:43:34 +03:00 committed by GitHub
commit 7f2aa67f26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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