From 78b8b2785c954af3049578c64518726c48030dd1 Mon Sep 17 00:00:00 2001 From: Christian Prochaska Date: Tue, 9 May 2023 12:08:32 +0200 Subject: [PATCH] gcc: update to version 12.3.0 Issue #4827 --- repos/ports/ports/gcc.hash | 2 +- repos/ports/ports/gcc.port | 4 ++-- tool/builddir/build.mk | 2 +- tool/tool_chain | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/repos/ports/ports/gcc.hash b/repos/ports/ports/gcc.hash index 8eb995e858..6809b90708 100644 --- a/repos/ports/ports/gcc.hash +++ b/repos/ports/ports/gcc.hash @@ -1 +1 @@ -4521e2d30fec0c6b5989b59a805c7f4d9ab41c14 +f2b91ba4f3cd44079041b7221e6d0c3ed00e3d99 diff --git a/repos/ports/ports/gcc.port b/repos/ports/ports/gcc.port index 48193609f4..d2e84f1de4 100644 --- a/repos/ports/ports/gcc.port +++ b/repos/ports/ports/gcc.port @@ -1,9 +1,9 @@ LICENSE := GPLv3 -VERSION := 12.2.0 +VERSION := 12.3.0 DOWNLOADS := gcc.archive URL(gcc) := ftp://ftp.fu-berlin.de/gnu/gcc/gcc-$(VERSION)/gcc-$(VERSION).tar.xz -SHA(gcc) := e549cf9cf3594a00e27b6589d4322d70e0720cdd213f39beb4181e06926230ff +SHA(gcc) := 949a5d4f99e786421a93b532b22ffab5578de7321369975b91aec97adfda8c3b SIG(gcc) := ${URL(gcc)}.sig KEY(gcc) := GNU DIR(gcc) := src/noux-pkg/gcc diff --git a/tool/builddir/build.mk b/tool/builddir/build.mk index 342451777e..bf4b0cf012 100644 --- a/tool/builddir/build.mk +++ b/tool/builddir/build.mk @@ -194,7 +194,7 @@ check_tool = $(if $(shell command -v $(1)),,$(error Need to have '$(1)' installe # Empty DST_DIRS is interpreted as a tool-chain agnostic target, e.g., clean. # ifneq ($(DST_DIRS),) -REQUIRED_GCC_VERSION ?= 12.2.0 +REQUIRED_GCC_VERSION ?= 12.3.0 GCC_VERSION := $(filter $(REQUIRED_GCC_VERSION) ,$(shell $(CUSTOM_CXX) --version)) ifneq ($(GCC_VERSION), $(REQUIRED_GCC_VERSION)) $(error "$(CUSTOM_CXX) version $(REQUIRED_GCC_VERSION) is required") diff --git a/tool/tool_chain b/tool/tool_chain index ce7ce02ae2..b1a7eb3327 100755 --- a/tool/tool_chain +++ b/tool/tool_chain @@ -57,7 +57,7 @@ GENODE_DIR ?= $(realpath $(dir $(firstword $(MAKEFILE_LIST)))/..) # TOOL_CHAIN_VERSION = 23.05 -GCC_VERSION = 12.2.0 +GCC_VERSION = 12.3.0 BINUTILS_VERSION = 2.32 #