From 4c492b36776c4faf0ff1efdce918b446bed0da32 Mon Sep 17 00:00:00 2001 From: lloyd Date: Wed, 30 May 2012 16:50:22 +0000 Subject: Use libc++ with Clang by default as libstdc++ and Clang don't play well together in C++11 mode. --- src/build-data/cc/clang.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/build-data/cc/clang.txt') diff --git a/src/build-data/cc/clang.txt b/src/build-data/cc/clang.txt index 0a692e9aa..c573eb550 100644 --- a/src/build-data/cc/clang.txt +++ b/src/build-data/cc/clang.txt @@ -36,7 +36,7 @@ westmere -> "-march=corei7 -maes" -all -> "-pthread" +all -> "-stdlib=libc++ -pthread" x86_64 -> "-m64" ppc64 -> "-m64" -- cgit v1.2.3