Skip to content

Commit

Permalink
gcc: update to version 12.3.0
Browse files Browse the repository at this point in the history
Issue #4827
  • Loading branch information
cproc authored and chelmuth committed May 30, 2023
1 parent 07c089e commit 78b8b27
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion repos/ports/ports/gcc.hash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4521e2d30fec0c6b5989b59a805c7f4d9ab41c14
f2b91ba4f3cd44079041b7221e6d0c3ed00e3d99
4 changes: 2 additions & 2 deletions repos/ports/ports/gcc.port
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tool/builddir/build.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion tool/tool_chain
Original file line number Diff line number Diff line change
Expand Up @@ -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

#
Expand Down

0 comments on commit 78b8b27

Please sign in to comment.