[PATCH] Zorg, lld build factory: disable -stdlib=libc++ for GNU builds
Chandler Carruth
chandlerc at google.com
Mon Dec 9 18:54:21 PST 2013
On Mon, Dec 9, 2013 at 6:44 PM, Mikael Lyngvig <mikael at lyngvig.org> wrote:
> +
> + # Only use -stdlib=libc++ for Clang++, not for GCC.
> + stdlib = ""
> + if env['CXX'].find('clang++') != -1:
> + stdlib = "-stdlib=libc++"
> +
>
Why not just remove this entirely and rely on the default -stdlib?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131209/d62920b0/attachment.html>
More information about the llvm-commits
mailing list