summaryrefslogtreecommitdiff
path: root/VMS
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2011-03-25 09:39:46 +0000
committerRichard Levitte <levitte@openssl.org>2011-03-25 09:39:46 +0000
commitd135906dbcab367f968d7989233884f554d42945 (patch)
treed04bfc5cf84e971c6e08f785e14007039a217eac /VMS
parent9f427a52cb1b95b9fd987599ea766458c0f022b8 (diff)
downloadopenssl-new-d135906dbcab367f968d7989233884f554d42945.tar.gz
For VMS, implement the possibility to choose 64-bit pointers with
different options: "64" The build system will choose /POINTER_SIZE=64=ARGV if the compiler supports it, otherwise /POINTER_SIZE=64. "64=" The build system will force /POINTER_SIZE=64. "64=ARGV" The build system will force /POINTER_SIZE=64=ARGV.
Diffstat (limited to 'VMS')
-rw-r--r--VMS/mkshared.com2
1 files changed, 2 insertions, 0 deletions
diff --git a/VMS/mkshared.com b/VMS/mkshared.com
index d92a823f0b..794e1de62a 100644
--- a/VMS/mkshared.com
+++ b/VMS/mkshared.com
@@ -328,6 +328,8 @@ $ entrycount=0
$ loop:
$ read /end=loop_end /err=loop_end libnum line
$ lin = f$edit( line, "COMPRESS,TRIM")
+$! Skip a "#" comment line.
+$ if (f$extract( 0, 1, lin) .eqs. "#") then goto loop
$ entrynum = f$int(f$element( 1, " ", lin))
$ entryinfo = f$element( 2, " ", lin)
$ curentry = f$element( 0, " ", lin)