[openssl-commits] [openssl] master update

Matt Caswell matt at openssl.org
Sat Oct 15 10:29:16 UTC 2016


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


- Log -----------------------------------------------------------------
commit 3ff3ee7a19e84076f67beeda1cf5e9d8b2380429
Author: Matt Caswell <matt at 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 <levitte at openssl.org>
    Reviewed-by: Rich Salz <rsalz at 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" => {


More information about the openssl-commits mailing list