projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
574cffd
)
Use clang++ for C++ for the linux-x86_64-clang target
author
Matt Caswell
<matt@openssl.org>
Fri, 14 Oct 2016 16:04:38 +0000
(17:04 +0100)
committer
Matt Caswell
<matt@openssl.org>
Sat, 15 Oct 2016 10:27:07 +0000
(11:27 +0100)
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
Configurations/10-main.conf
patch
|
blob
|
history
diff --git
a/Configurations/10-main.conf
b/Configurations/10-main.conf
index f5c7899eca387e186f87b6e2fdb9a7b0b6aca12f..6c5c2c4e0a6574228217e601ee727252984462a5 100644
(file)
--- a/
Configurations/10-main.conf
+++ b/
Configurations/10-main.conf
@@
-761,6
+761,7
@@
sub vms_info {
"linux-x86_64-clang" => {
inherit_from => [ "linux-x86_64" ],
cc => "clang",
+ cxx => "clang++",
cflags => add("-Wextra -Qunused-arguments"),
},
"linux-x32" => {