diff options
author | lloyd <[email protected]> | 2010-08-08 21:05:42 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-08-08 21:05:42 +0000 |
commit | c334c2e542cf9952a8fd25300cd663b824b14b09 (patch) | |
tree | 5ee721a2474a4d1bc3a3172451450798e763bf95 | |
parent | 510091f2a6f39884d35db5d9e57181e5d3ab2e23 (diff) |
Use clang++ instead of clang for the compiler driver, otherwise link
errors can result due to not getting the C++ runtime library.
-rw-r--r-- | src/build-data/cc/clang.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/cc/clang.txt b/src/build-data/cc/clang.txt index cb86a892f..436b887c3 100644 --- a/src/build-data/cc/clang.txt +++ b/src/build-data/cc/clang.txt @@ -2,7 +2,7 @@ macro_name CLANG -binary_name clang +binary_name clang++ compile_option "-c " output_to_option "-o " |