From: Matt Caswell Date: Fri, 14 Oct 2016 16:04:38 +0000 (+0100) Subject: Use clang++ for C++ for the linux-x86_64-clang target X-Git-Tag: OpenSSL_1_1_1-pre1~3372 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=3ff3ee7a19e84076f67beeda1cf5e9d8b2380429;hp=574cffd5d5b8f57f811c8d36d930205041deedee;ds=sidebyside Use clang++ for C++ for the linux-x86_64-clang target Reviewed-by: Richard Levitte Reviewed-by: Rich Salz --- diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf index f5c7899eca..6c5c2c4e0a 100644 --- 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" => {