gcc 12.2.0 & binutils 2.39

This commit is contained in:
Adrien Bourmault 2022-12-19 21:46:06 +01:00
parent c84864916b
commit 4b5e814ee1
No known key found for this signature in database
GPG Key ID: 6EB408FE0ACEC664
1 changed files with 2 additions and 4 deletions

View File

@ -29,11 +29,9 @@
## VERSIONS ------------------------------------------------------------------ #
GCC_NAME =gcc-10.2.0
BINUTILS_NAME =binutils-2.36.1
# GCC 10.1.0
GCC_NAME =gcc-12.2.0
BINUTILS_NAME =binutils-2.39
GCC_SOURCES = https://ftp.gnu.org/gnu/gcc/$(GCC_NAME)/$(GCC_NAME).tar.xz
# BINUTILS 2.34
BINUTILS_SOURCES = https://ftp.gnu.org/gnu/binutils/$(BINUTILS_NAME).tar.xz