提交 3ff3ee7a 编写于 作者: M Matt Caswell

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

Reviewed-by: NRichard Levitte <levitte@openssl.org>
Reviewed-by: NRich Salz <rsalz@openssl.org>
上级 574cffd5
......@@ -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" => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册