Last change
on this file since 108206 was 108206, checked in by vboxsync, 5 weeks ago |
openssl-3.3.2: Exported all files to OSE and removed .scm-settings bugref:10757
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
352 bytes
|
Line | |
---|
1 | ## -*- mode: perl; -*-
|
---|
2 | (
|
---|
3 | # OS/390 Unix an EBCDIC-based Unix system on IBM mainframe
|
---|
4 | "OS390-Unix" => {
|
---|
5 | inherit_from => [ "BASE_unix" ],
|
---|
6 | cc => "cc",
|
---|
7 | cflags => "-O -DB_ENDIAN -DCHARSET_EBCDIC",
|
---|
8 | bn_ops => "THIRTY_TWO_BIT RC4_CHAR",
|
---|
9 | thread_scheme => "(unknown)",
|
---|
10 | }
|
---|
11 | );
|
---|
Note:
See
TracBrowser
for help on using the repository browser.