Add C++ settings in the Linux config targets
authorRichard Levitte <levitte@openssl.org>
Wed, 12 Oct 2016 13:33:13 +0000 (15:33 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 12 Oct 2016 14:37:54 +0000 (16:37 +0200)
Reviewed-by: Rich Salz <rsalz@openssl.org>
Configurations/10-main.conf

index fc673a1db3b22f543686b251af1536fd60b16abc..f5c7899eca387e186f87b6e2fdb9a7b0b6aca12f 100644 (file)
@@ -622,6 +622,7 @@ sub vms_info {
     "linux-generic32" => {
         inherit_from     => [ "BASE_unix" ],
         cc               => "gcc",
     "linux-generic32" => {
         inherit_from     => [ "BASE_unix" ],
         cc               => "gcc",
+        cxx              => "g++",
         cflags           => combine(picker(default => "-Wall",
                                            debug   => "-O0 -g",
                                            release => "-O3"),
         cflags           => combine(picker(default => "-Wall",
                                            debug   => "-O0 -g",
                                            release => "-O3"),