Use clang++ for C++ for the linux-x86_64-clang target

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
Matt Caswell 2016-10-14 17:04:38 +01:00
parent 574cffd5d5
commit 3ff3ee7a19

View File

@ -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" => {