Skip to content

Commit

Permalink
Recreate the OS390-Unix config target
Browse files Browse the repository at this point in the history
Reviewed-by: Tim Hudson <[email protected]>
(Merged from openssl#5035)
  • Loading branch information
levitte committed Nov 10, 2018
1 parent d896b79 commit 6504218
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@

Changes between 1.1.1 and 1.1.2 [xx XXX xxxx]

*) Recreate the OS390-Unix config target. It no longer relies on a
special script like it did for OpenSSL pre-1.1.0.
[Richard Levitte]

*) Instead of having the source directories listed in Configure, add
a 'build.info' keyword SUBDIRS to indicate what sub-directories to
look into.
Expand Down
11 changes: 11 additions & 0 deletions Configurations/50-os390.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## -*- mode: perl; -*-
(
# OS/390 Unix an EBCDIC-based Unix system on IBM mainframe
"OS390-Unix" => {
inherit_from => [ "BASE_unix" ],
cc => "cc",
cflags => "-O -DB_ENDIAN -DCHARSET_EBCDIC",
bn_ops => "THIRTY_TWO_BIT RC4_CHAR",
thread_scheme => "(unknown)",
}
);

0 comments on commit 6504218

Please sign in to comment.