From eae71690a99bc3f427af38c937a9e7447f4394ce Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Tue, 23 Feb 2021 23:24:14 +0100 Subject: [PATCH] Update GCC & Binutils version : gcc-10.2.0; binutils-2.36.1 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e5d99d6..1b6d19f 100644 --- a/Makefile +++ b/Makefile @@ -29,8 +29,8 @@ ## VERSIONS ------------------------------------------------------------------ # -GCC_NAME =gcc-10.1.0 -BINUTILS_NAME =binutils-2.34 +GCC_NAME =gcc-10.2.0 +BINUTILS_NAME =binutils-2.36.1 # GCC 10.1.0 GCC_SOURCES = https://ftp.gnu.org/gnu/gcc/$(GCC_NAME)/$(GCC_NAME).tar.xz # BINUTILS 2.34