Skip to content

Commit

Permalink
gcov: 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 2e754da commit 02a8c27
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion repos/libports/lib/mk/gcov-libcommon.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ SRC_CC = diagnostic.cc \

CC_OPT += -DIN_GCC

CC_OPT_version += -DBASEVER="\"12.2.0\"" \
CC_OPT_version += -DBASEVER="\"12.3.0\"" \
-DDATESTAMP="\"\"" \
-DREVISION="\"\"" \
-DDEVPHASE="\"\"" \
Expand Down
2 changes: 1 addition & 1 deletion repos/libports/ports/gcov.hash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3bff79f2db28091aac97c3b9a8388193efc568c7
d2ef0e57e78037920e017e9b930b41cb82500fff
6 changes: 3 additions & 3 deletions repos/libports/ports/gcov.port
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
LICENSE := GPLv2
VERSION := 12.2.0
VERSION := 12.3.0
DOWNLOADS := gcov.archive generated.git

URL(gcov) := ftp://ftp.fu-berlin.de/gnu/gcc/gcc-$(VERSION)/gcc-$(VERSION).tar.xz
SHA(gcov) := e549cf9cf3594a00e27b6589d4322d70e0720cdd213f39beb4181e06926230ff
SHA(gcov) := 949a5d4f99e786421a93b532b22ffab5578de7321369975b91aec97adfda8c3b
DIR(gcov) := src/gcov
SIG(gcov) := ${URL(gcov)}
KEY(gcov) := GNU

URL(generated) := https://github.com/cproc/genode-generated.git
REV(generated) := fed75b0ff503c1860df423c22a6980c65e1be01c
REV(generated) := fa7211312ffe0a7ab4055245bffcea38a3f2fc40
DIR(generated) := include

TAR_OPT(gcov) := gcc-$(VERSION)/gcc/align.h \
Expand Down

0 comments on commit 02a8c27

Please sign in to comment.