1e1051a39Sopenharmony_ci## -*- mode: perl; -*- 2e1051a39Sopenharmony_ci( 3e1051a39Sopenharmony_ci# OS/390 Unix an EBCDIC-based Unix system on IBM mainframe 4e1051a39Sopenharmony_ci "OS390-Unix" => { 5e1051a39Sopenharmony_ci inherit_from => [ "BASE_unix" ], 6e1051a39Sopenharmony_ci cc => "cc", 7e1051a39Sopenharmony_ci cflags => "-O -DB_ENDIAN -DCHARSET_EBCDIC", 8e1051a39Sopenharmony_ci bn_ops => "THIRTY_TWO_BIT RC4_CHAR", 9e1051a39Sopenharmony_ci thread_scheme => "(unknown)", 10e1051a39Sopenharmony_ci } 11e1051a39Sopenharmony_ci); 12