mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-29 12:35:53 +01:00
Update build_gcc13.sh
This commit is contained in:
parent
d728db5f63
commit
a7b7f5cafc
@ -28,7 +28,7 @@ set -u # exit with error if unbound variables
|
|||||||
# here we can change source versions of tools
|
# here we can change source versions of tools
|
||||||
#
|
#
|
||||||
export BINUTILS_VERSION=${BINUTILS_VERSION:-binutils-2.41}
|
export BINUTILS_VERSION=${BINUTILS_VERSION:-binutils-2.41}
|
||||||
export GCC_VERSION=${GCC_VERSION:-14.1.0}
|
export GCC_VERSION=${GCC_VERSION:-13.1.0}
|
||||||
|
|
||||||
# Version of libraries are from ./contrib/download_prerequisites in gcc source directory
|
# Version of libraries are from ./contrib/download_prerequisites in gcc source directory
|
||||||
export GMP_VERSION=${GMP_VERSION:-gmp-6.3.0} #6.2.1
|
export GMP_VERSION=${GMP_VERSION:-gmp-6.3.0} #6.2.1
|
||||||
|
Loading…
Reference in New Issue
Block a user