DragonFly BSD
DragonFly commits List (threaded) for 2012-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: CCVER: Add /usr/pkgsrc/lang/gcc-aux as 'gcc47'


From: John Marino <marino@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 10 Jul 2012 10:49:59 -0700 (PDT)

commit b0eef83f16f365805db2412080be172e586f0a55
Author: John Marino <draco@marino.st>
Date:   Mon Jul 9 17:27:54 2012 +0200

    CCVER: Add /usr/pkgsrc/lang/gcc-aux as 'gcc47'
    
    There are two gcc-4.7.x packages in pkgsrc that will build gcc 4.7-based
    compilers on Dragonfly.  One is located at lang/gcc47 and the other is
    located at lang/gcc-aux.  Both have been patched by myself, but gcc-aux
    seems to work better, especially with regards to link-time optimization.
    
    Consequently, a new valid value for CCVER has been created, "gcc47", which
    references lang/gcc-aux while building world and kernel.  Both will
    compile, and the produced kernel will boot, but there are some network
    issues.  Consequently, CCVER=gcc47 should only be used by developers who
    have the express intent to fix any issues the arise from compiling
    DragonFly sources with the latest GCC compiler.  Normal users looking
    for non-base GCC compilers should stick with CCVER=gcc46 for now.

Summary of changes:
 etc/defaults/compilers.conf     |    6 ++++++
 libexec/customcc/cc.sh          |    8 ++++++++
 share/man/man5/compilers.conf.5 |    8 ++++++--
 3 files changed, 20 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b0eef83f16f365805db2412080be172e586f0a55


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]