custom cc script: Use gcc46's c++ library instead of base
authorJohn Marino <draco@marino.st>
Sat, 4 Feb 2012 10:37:42 +0000 (11:37 +0100)
committerJohn Marino <draco@marino.st>
Sat, 4 Feb 2012 19:31:26 +0000 (20:31 +0100)
commit9dce22ab8acbc19334df167e0f22b80366dc2616
tree6b293efaf7ed9affde892486b146cdbc3f5e36c3
parentc691bb438c56f4c204a10a2c25290e2081466576
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.
libexec/customcc/cc.sh