Update to the 20170319 development snapshot of GCC 7.
This brings a new little utility program gcov-dump7 to dump code coverage data (unfortunately without a man page or documentation).
This commit is contained in:
parent
c96f4c9898
commit
f57e1a4a1e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=436634
3 changed files with 5 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gcc
|
||||
PORTVERSION= 7.0.1.s20170312
|
||||
PORTVERSION= 7.0.1.s20170319
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= GCC/snapshots/${DISTVERSION}
|
||||
PKGNAMESUFFIX= ${SUFFIX}-devel
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1489361126
|
||||
SHA256 (gcc-7-20170312.tar.bz2) = 2acc6f5cf4b6396009f4d6476efb8189213d6e85c39dd3f55b38e3a0498be509
|
||||
SIZE (gcc-7-20170312.tar.bz2) = 79691528
|
||||
TIMESTAMP = 1490052017
|
||||
SHA256 (gcc-7-20170319.tar.bz2) = 29ed9b351bbe86336ffd5e7a77eb66ac75def5a9fa2020481183bbf8888a1368
|
||||
SIZE (gcc-7-20170319.tar.bz2) = 79666408
|
||||
|
|
|
@ -14,6 +14,7 @@ bin/gcc-ar%%SUFFIX%%
|
|||
bin/gcc-nm%%SUFFIX%%
|
||||
bin/gcc-ranlib%%SUFFIX%%
|
||||
bin/gcov%%SUFFIX%%
|
||||
bin/gcov-dump%%SUFFIX%%
|
||||
bin/gcov-tool%%SUFFIX%%
|
||||
bin/gfortran%%SUFFIX%%
|
||||
@comment info/gcc%%SUFFIX%%/dir
|
||||
|
|
Loading…
Reference in a new issue