summaryrefslogtreecommitdiff
path: root/VMS
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2011-03-25 09:40:48 +0000
committerRichard Levitte <levitte@openssl.org>2011-03-25 09:40:48 +0000
commit4ec3e8ca510b411bde2353ede05ed19fe3372eaa (patch)
treedddb3b6edff57ec3566b01cf96176b7bf2b25f84 /VMS
parent5d0137aa1412bded5ee36624306a2f025c1f7918 (diff)
downloadopenssl-new-4ec3e8ca510b411bde2353ede05ed19fe3372eaa.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)