gcc: update to version 12.3.0

Issue #4827
This commit is contained in:
Christian Prochaska 2023-05-09 12:08:32 +02:00 committed by Christian Helmuth
parent 07c089e860
commit 78b8b2785c
4 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
4521e2d30fec0c6b5989b59a805c7f4d9ab41c14
f2b91ba4f3cd44079041b7221e6d0c3ed00e3d99

View File

@ -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

View File

@ -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")

View File

@ -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
#