summaryrefslogtreecommitdiffstats
path: root/engines/vax.opt
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-10-31 15:43:00 +0000
committerRichard Levitte <levitte@openssl.org>2002-10-31 15:43:00 +0000
commitf216fae5459b66deac269ee285233df88f8a0fe4 (patch)
tree93987050b89a08e84ab59aa089cea1611f862467 /engines/vax.opt
parent242823c9bc1844870602887c0d5956a904c7efdf (diff)
Add the command procedure to build external engines on VMS.
Currently, we simply assume that they shall always be built as shareable images.
Diffstat (limited to 'engines/vax.opt')
-rw-r--r--engines/vax.opt9
1 files changed, 9 insertions, 0 deletions
diff --git a/engines/vax.opt b/engines/vax.opt
new file mode 100644
index 0000000000..72e6bd895f
--- /dev/null
+++ b/engines/vax.opt
@@ -0,0 +1,9 @@
+!
+! Ensure transfer vector is at beginning of image
+!
+CLUSTER=FIRST
+COLLECT=FIRST,$$ENGINE
+!
+! make psects nonshareable so image can be installed.
+!
+PSECT_ATTR=$CHAR_STRING_CONSTANTS,NOWRT