Define CFLAGS as cflags on VMS as well
Reviewed-by: Matt Caswell <matt@openssl.org>
(cherry picked from commit 43257b9f51
)
This commit is contained in:
parent
6099e629f5
commit
e8e878bec7
@ -646,7 +646,7 @@ $ if (CFLAGS .nes. "") then CFLAGS = CFLAGS+ " "
|
||||
$ CFLAGS = CFLAGS+ "/DEFINE=ZLIB"
|
||||
$ endif
|
||||
$!
|
||||
$ WRITE H_FILE "#define CFLAGS"
|
||||
$ WRITE H_FILE "#define CFLAGS cflags"
|
||||
$ WRITE H_FILE "static const char cflags[] = ""compiler: ''CFLAGS'"";"
|
||||
$ WRITE H_FILE "#define PLATFORM ""platform: VMS ''ARCHD' ''VMS_VERSION'"""
|
||||
$ WRITE H_FILE "#define DATE ""built on: ''TIME'"" "
|
||||
|
Loading…
Reference in New Issue
Block a user