aboutsummaryrefslogtreecommitdiffstats
path: root/Configurations/10-main.conf
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2016-03-17 14:47:49 -0400
committerRich Salz <rsalz@openssl.org>2016-03-17 15:29:15 -0400
commit23d38992fca13773291ca647220707bfb0636361 (patch)
treeb7e4bb7468ff30cbcf953ebb70690847ed3d16f8 /Configurations/10-main.conf
parent8e56a4227bcd2e3eeb1cb18f3d0d5876ed76a8ce (diff)
downloadopenssl-23d38992fca13773291ca647220707bfb0636361.tar.gz
Remove ultrix/mips support.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'Configurations/10-main.conf')
-rw-r--r--Configurations/10-main.conf17
1 files changed, 0 insertions, 17 deletions
diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf
index 1870568846..1d943862f4 100644
--- a/Configurations/10-main.conf
+++ b/Configurations/10-main.conf
@@ -1551,23 +1551,6 @@ sub vc_wince_info {
perlasm_scheme => "a.out",
},
-#### Ultrix from Bernhard Simon <simon@zid.tuwien.ac.at>
- "ultrix-cc" => {
- inherit_from => [ "BASE_unix" ],
- cc => "cc",
- cflags => "-std1 -O -Olimit 2500 -DL_ENDIAN",
- thread_scheme => "(unknown)",
- },
- "ultrix-gcc" => {
- inherit_from => [ "BASE_unix" ],
- cc => "gcc",
- cflags => "-O3 -DL_ENDIAN",
- bn_ops => "BN_LLONG",
- thread_scheme => "(unknown)",
- },
-# K&R C is no longer supported; you need gcc on old Ultrix installations
-##"ultrix","cc:-O2 -DNOPROTO -DNOCONST -DL_ENDIAN::(unknown):::::::",
-
##### MacOS X (a.k.a. Darwin) setup
"darwin-common" => {
inherit_from => [ "BASE_unix" ],