From 49ed2a48bfa327464ec5d1f3857e3de9ffbb7559 Mon Sep 17 00:00:00 2001 From: Oleksij Rempel Date: Thu, 1 Jun 2017 16:08:08 +0200 Subject: [PATCH] bump gcc to 6.3.0 to bring it in sync with debian sid Signed-off-by: Oleksij Rempel --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a383ae6..177de60 100644 --- a/Makefile +++ b/Makefile @@ -23,12 +23,12 @@ BINUTILS_DIR=binutils-$(BINUTILS_VER) BINUTILS_PATCHES=local/patches/binutils.patch local/patches/binutils-2.27_fixup.patch BINUTILS_SUM=369737ce51587f92466041a97ab7d2358c6d9e1b6490b3940eb09fb0a9a6ac88 -GCC_VER=6.2.0 +GCC_VER=6.3.0 GCC_URL=https://ftp.gnu.org/gnu/gcc/gcc-$(GCC_VER)/gcc-$(GCC_VER).tar.bz2 GCC_TAR=gcc-$(GCC_VER).tar.bz2 GCC_DIR=gcc-$(GCC_VER) GCC_PATCHES=local/patches/gcc.patch -GCC_SUM=9944589fc722d3e66308c0ce5257788ebd7872982a718aa2516123940671b7c5 +GCC_SUM=f06ae7f3f790fbf0f018f6d40e844451e6bc3b7bc96e128e63b09825c1f8b29f BASEDIR=$(shell pwd) TOOLCHAIN_DIR=$(BASEDIR)/toolchain -- 2.31.1