mirror of https://github.com/openssl/openssl.git
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:
parent
574cffd5d5
commit
3ff3ee7a19
|
@ -761,6 +761,7 @@ sub vms_info {
|
||||||
"linux-x86_64-clang" => {
|
"linux-x86_64-clang" => {
|
||||||
inherit_from => [ "linux-x86_64" ],
|
inherit_from => [ "linux-x86_64" ],
|
||||||
cc => "clang",
|
cc => "clang",
|
||||||
|
cxx => "clang++",
|
||||||
cflags => add("-Wextra -Qunused-arguments"),
|
cflags => add("-Wextra -Qunused-arguments"),
|
||||||
},
|
},
|
||||||
"linux-x32" => {
|
"linux-x32" => {
|
||||||
|
|
Loading…
Reference in New Issue