[Lldb-commits] [PATCH] Donot use -std=libstdc++ option if $(CC)=cc.

Ed Maste emaste at freebsd.org
Thu Nov 20 16:50:57 PST 2014


Let me see if I follow,

Previously we appended `-stdlib=libstdc++` for icc and clang, not for gcc (and we never set CC=cc)
Now we append `-stdlib=libstdc++` for icc and clang, and not for gcc or cc

I think this is fine as far as fixing the Ubuntu failure.

On FreeBSD if we find cc it will be clang though, so that will be a new issue.

How does `-stdlib=libstdc++` fail on Ubuntu?

http://reviews.llvm.org/D6218






More information about the lldb-commits mailing list