diff options
author | lloyd <[email protected]> | 2010-08-09 19:41:27 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-08-09 19:41:27 +0000 |
commit | 9f5387346990a5a264c89974425db293577776bc (patch) | |
tree | 655c0383e1dd262a60431bd53df8a983ee2b7130 | |
parent | 8fe58b0e87b3fe43ff2fa113e739ca24bcd8052c (diff) |
Use clang++ rather than clang to ensure we get the C++ runtime libraries
included on link
-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 e79893beb..52feb0e51 100644 --- a/src/build-data/cc/clang.txt +++ b/src/build-data/cc/clang.txt @@ -1,6 +1,6 @@ # Largely copied from the gcc config -binary_name clang +binary_name "clang++" compile_option "-c " output_to_option "-o " |