The branch master has been updated
       via  3ff3ee7a19e84076f67beeda1cf5e9d8b2380429 (commit)
      from  574cffd5d5b8f57f811c8d36d930205041deedee (commit)


- Log -----------------------------------------------------------------
commit 3ff3ee7a19e84076f67beeda1cf5e9d8b2380429
Author: Matt Caswell <m...@openssl.org>
Date:   Fri Oct 14 17:04:38 2016 +0100

    Use clang++ for C++ for the linux-x86_64-clang target
    
    Reviewed-by: Richard Levitte <levi...@openssl.org>
    Reviewed-by: Rich Salz <rs...@openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 Configurations/10-main.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf
index f5c7899..6c5c2c4 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" => {
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to