Update to latest gcc-11.3.0

This commit is contained in:
LAbyOne 2022-04-23 14:32:49 +02:00 committed by GitHub
parent 738dd02538
commit e7a9abc5eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ set -u # exit with error if unbound variables
# here we can change source versions of tools
#
export BINUTILS_VERSION=${BINUTILS_VERSION:-binutils-2.38}
export GCC_VERSION=${GCC_VERSION:-11.2.0}
export GCC_VERSION=${GCC_VERSION:-11.3.0}
# Version of libraries are from ./contrib/download_prerequisites in gcc source directory
export GMP_VERSION=${GMP_VERSION:-gmp-6.2.1}