Bump GCC version to 10.2.0

This commit is contained in:
Rafal Kupiec 2020-08-23 01:32:09 +02:00
parent afa9926f6c
commit 4a042370b0
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ CMAKEVCS="https://gitlab.kitware.com/cmake/cmake.git"
# GCC Settings # GCC Settings
GCCDIR="${SRCDIR}/gcc" GCCDIR="${SRCDIR}/gcc"
GCCTAG="releases/gcc-9.3.0" GCCTAG="releases/gcc-10.2.0"
GCCVCS="git://gcc.gnu.org/git/gcc.git" GCCVCS="git://gcc.gnu.org/git/gcc.git"
# Make Settings # Make Settings