Skip to content

Commit

Permalink
Update build_gcc13.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
chris1111 authored May 11, 2024
1 parent d728db5 commit a7b7f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_gcc13.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.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
export GMP_VERSION=${GMP_VERSION:-gmp-6.3.0} #6.2.1
Expand Down

0 comments on commit a7b7f5c

Please sign in to comment.