summaryrefslogtreecommitdiffstats
path: root/Configurations
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2018-01-04 13:02:37 -0500
committerRich Salz <rsalz@openssl.org>2018-01-04 14:17:52 -0500
commitb44a65512a4a0a299f8f817b63df472e74a0007a (patch)
treeea1324f49f97edf60f496c9f4cd98416795aad12 /Configurations
parent7838b413339240c6aac562f636310033db201dd7 (diff)
Remove old config that used non-exist util script
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5016)
Diffstat (limited to 'Configurations')
-rw-r--r--Configurations/10-main.conf12
1 files changed, 0 insertions, 12 deletions
diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf
index 1bdb723619..bff0db57d8 100644
--- a/Configurations/10-main.conf
+++ b/Configurations/10-main.conf
@@ -1234,18 +1234,6 @@ my %targets = (
thread_scheme => "(unknown)",
},
-# OS/390 Unix an EBCDIC-based Unix system on IBM mainframe
-# You need to compile using the c89.sh wrapper in the tools directory, because the
-# IBM compiler does not like the -L switch after any object modules.
-#
- "OS390-Unix" => {
- inherit_from => [ "BASE_unix" ],
- cc => "c89.sh",
- cflags => "-O -DB_ENDIAN -DCHARSET_EBCDIC -DNO_SYS_PARAM_H -D_ALL_SOURCE",
- bn_ops => "THIRTY_TWO_BIT RC4_CHAR",
- thread_scheme => "(unknown)",
- },
-
#### Visual C targets
#
# Win64 targets, WIN64I denotes IA-64 and WIN64A - AMD64