CCVER: Add /usr/pkgsrc/lang/gcc-aux as 'gcc47'
authorJohn Marino <draco@marino.st>
Mon, 9 Jul 2012 15:27:54 +0000 (17:27 +0200)
committerJohn Marino <draco@marino.st>
Tue, 10 Jul 2012 17:47:10 +0000 (19:47 +0200)
commitb0eef83f16f365805db2412080be172e586f0a55
treee647c4651bd928e70b9c91622fb1f0a5422dd5ff
parent74caece74410f44aa8687054ca331d0e718b6aa4
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.
etc/defaults/compilers.conf
libexec/customcc/cc.sh
share/man/man5/compilers.conf.5