You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
647 B
15 lines
647 B
## -*- 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 -DNO_SYS_PARAM_H -DHAVE_STRINGS_H -D__IBM_ZOS__ -D_XOPEN_SOURCE_EXTENDED=1 -D_UNIX03_THREADS -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200112L",
|
|
bn_ops => "THIRTY_TWO_BIT RC4_CHAR",
|
|
dso_scheme => "DLFCN",
|
|
shared_target => "zos-shared",
|
|
thread_scheme => "pthread",
|
|
enable => add("dso", "shared", "dynamic-engine", "threads"),
|
|
}
|
|
);
|