git: gcc50: Upgrade to GCC 5.1 release candidate plus
John Marino
marino at crater.dragonflybsd.org
Fri Apr 17 03:58:41 PDT 2015
commit 4f5c2ed3649584b315f4bb9bef88ca57b30f7fbc
Author: John Marino <draco at marino.st>
Date: Fri Apr 17 10:06:03 2015 +0200
gcc50: Upgrade to GCC 5.1 release candidate plus
while here:
* remove 4+ Mb of unused texi files from contrib
* update the 3 man pages from Release candidate
* Change makefiles to not take man pages from contrib directory
After thinking about it, I've decided to continue to update GCC from
Subversion sources rather than limit updates to designated releases. This
is the reason the man pages are not taken from contrib; they are only
present in actual releases and not the SVN repository. The plan is to
only update the man pages when GCC minor version is released.
This is the first (and likely only) release candidate for GCC5. It will
be known as gcc 5.1.0, but CCVER will remain at "gcc50" regardless if the
version of gcc is 5.1.1 or 5.4.2. This includes changes up to SVN 222168
(April 17).
Summary of changes:
contrib/gcc-5.0/README.DELETED | 28 +-
contrib/gcc-5.0/README.DRAGONFLY | 14 +-
gnu/usr.bin/cc50/Makefile.version | 4 +-
gnu/usr.bin/cc50/drivers/cc/Makefile | 2 +-
gnu/usr.bin/cc50/drivers/cc/gcc.1 | 7534 +++++++++++++++++---------------
gnu/usr.bin/cc50/drivers/cpp/Makefile | 2 +-
gnu/usr.bin/cc50/drivers/cpp/cpp.1 | 75 +-
gnu/usr.bin/cc50/drivers/gcov/Makefile | 2 +-
gnu/usr.bin/cc50/drivers/gcov/gcov.1 | 31 +-
9 files changed, 4000 insertions(+), 3692 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4f5c2ed3649584b315f4bb9bef88ca57b30f7fbc
--
DragonFly BSD source repository
More information about the Commits
mailing list