git: DragonFly_RELEASE_3_2 gcc4X man pages: Introduce generic MLINK handling

John Marino marino at crater.dragonflybsd.org
Sun Oct 21 03:06:08 PDT 2012


commit 87efe63b03f34324fa32f9c4be750df776fec8d5
Author: John Marino <draco at marino.st>
Date:   Sun Oct 21 11:08:28 2012 +0200

    gcc4X man pages: Introduce generic MLINK handling
    
    A few months ago, the MLINK handling for binutils was updated to make
    it easier to switch the primary version.  For binutils, every manpage
    has a suffix based on the binutils version and the "real" man page is
    linked to the primary version.
    
    The two base compilers had the same organization, but the manual system
    was not converted when binutils system was.  When gcc47 was brought in,
    the manual organization wasn't implemented correctly and the gcc47 pages
    ended up getting linked to the "real" man page instead of the primary
    compiler gcc44.
    
    While fixing this, bring in the binutils MLINK handling to prepare for
    switching gcc47 to the primary compiler in the future.

Summary of changes:
 gnu/usr.bin/Makefile.cco        |   21 +++++++++++++++++++++
 gnu/usr.bin/cc44/Makefile.inc   |    2 --
 gnu/usr.bin/cc44/Makefile.langs |    2 ++
 gnu/usr.bin/cc44/c++/Makefile   |   16 +++++++++-------
 gnu/usr.bin/cc44/cc/Makefile    |   34 ++++++++++++++++++----------------
 gnu/usr.bin/cc44/cpp/Makefile   |   17 +++++++++--------
 gnu/usr.bin/cc44/doc/Makefile   |    5 +----
 gnu/usr.bin/cc44/gcov/Makefile  |   17 +++++++++--------
 gnu/usr.bin/cc47/Makefile.inc   |    3 ---
 gnu/usr.bin/cc47/Makefile.langs |    2 ++
 gnu/usr.bin/cc47/c++/Makefile   |   17 ++++++++++-------
 gnu/usr.bin/cc47/cc/Makefile    |   34 ++++++++++++++++++----------------
 gnu/usr.bin/cc47/cpp/Makefile   |   17 +++++++++--------
 gnu/usr.bin/cc47/doc/Makefile   |    5 +----
 gnu/usr.bin/cc47/gcov/Makefile  |   17 +++++++++--------
 15 files changed, 118 insertions(+), 91 deletions(-)
 create mode 100644 gnu/usr.bin/Makefile.cco

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/87efe63b03f34324fa32f9c4be750df776fec8d5


-- 
DragonFly BSD source repository



More information about the Commits mailing list