projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7763472
)
Add C++ settings in the Linux config targets
author
Richard Levitte
<levitte@openssl.org>
Wed, 12 Oct 2016 13:33:13 +0000
(15:33 +0200)
committer
Richard 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
patch
|
blob
|
history
diff --git
a/Configurations/10-main.conf
b/Configurations/10-main.conf
index fc673a1db3b22f543686b251af1536fd60b16abc..f5c7899eca387e186f87b6e2fdb9a7b0b6aca12f 100644
(file)
--- a/
Configurations/10-main.conf
+++ b/
Configurations/10-main.conf
@@
-622,6
+622,7
@@
sub vms_info {
"linux-generic32" => {
inherit_from => [ "BASE_unix" ],
cc => "gcc",
+ cxx => "g++",
cflags => combine(picker(default => "-Wall",
debug => "-O0 -g",
release => "-O3"),