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 _______________________________________________ lldb-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
