summaryrefslogtreecommitdiffstats
path: root/Configurations/10-main.conf
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2023-05-15 10:09:42 +0200
committerPauli <pauli@openssl.org>2023-05-19 10:02:04 +1000
commitd6175dcca746f0996db18ab2b6b37a4152097afe (patch)
treea0344ae7b7e26da68ccbb2008bea6a08fbbfc3ad /Configurations/10-main.conf
parent859521e57970027c2ec763928753a1e5f843cf69 (diff)
Update VMS configurations
A native x86_64 C compiler has appeared. We preserve the previous config target with a new name to indicate that it's for cross compilation, at least for the time being. Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20983)
Diffstat (limited to 'Configurations/10-main.conf')
-rw-r--r--Configurations/10-main.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf
index c42902cf39..cfa9399eca 100644
--- a/Configurations/10-main.conf
+++ b/Configurations/10-main.conf
@@ -2079,5 +2079,9 @@ my %targets = (
cflags => add("/POINTER_SIZE=64=ARGV"),
pointer_size => "64",
},
-
+ "vms-x86_64" => {
+ inherit_from => [ "vms-generic" ],
+ bn_ops => "SIXTY_FOUR_BIT",
+ pointer_size => "",
+ }
);