diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2017-03-25 15:31:44 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2017-03-25 15:31:44 +0000 |
commit | 8e33698ab954a5f7772bec8fb2de6e14c08096f4 (patch) | |
tree | 810a132a69775b56641b000970f2641296dc9efb /lang/gcc5-devel/pkg-plist | |
parent | Update to upstream version 1.1.7 (diff) |
Update to the 20170321 snapshot of GCC 5.4.1.
This brings a new little utility program gcov-dump6 to dump code
coverage data (unfortunately without a man page or documentation).
Diffstat (limited to '')
-rw-r--r-- | lang/gcc5-devel/pkg-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/gcc5-devel/pkg-plist b/lang/gcc5-devel/pkg-plist index 283ef4b8263c..2cf31581898f 100644 --- a/lang/gcc5-devel/pkg-plist +++ b/lang/gcc5-devel/pkg-plist @@ -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 |