git: custom cc script: Use gcc46's c++ library instead of base

John Marino marino at crater.dragonflybsd.org
Sat Feb 4 11:35:51 PST 2012


commit 9dce22ab8acbc19334df167e0f22b80366dc2616
Author: John Marino <draco at marino.st>
Date:   Sat Feb 4 11:37:42 2012 +0100

    custom cc script: Use gcc46's c++ library instead of base
    
    There will be a slight performance hit with having to make two calls to
    gnatc++ before every real call in order to use gnat-aux's c++ library
    rather than the base systems gcc 4.4 c++ library.  The alternative is
    hardcoding these values as a function of arch which is less appealing.

Summary of changes:
 libexec/customcc/cc.sh |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/9dce22ab8acbc19334df167e0f22b80366dc2616


-- 
DragonFly BSD source repository





More information about the Commits mailing list