From 3ff3ee7a19e84076f67beeda1cf5e9d8b2380429 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Fri, 14 Oct 2016 17:04:38 +0100 Subject: [PATCH] Use clang++ for C++ for the linux-x86_64-clang target Reviewed-by: Richard Levitte Reviewed-by: Rich Salz --- Configurations/10-main.conf | 1 + 1 file changed, 1 insertion(+) 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" => { -- 2.34.1