aboutsummaryrefslogtreecommitdiffstats
path: root/Configurations/10-main.conf
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-03-17 19:34:56 +0100
committerRichard Levitte <levitte@openssl.org>2016-03-17 20:16:38 +0100
commit8e56a4227bcd2e3eeb1cb18f3d0d5876ed76a8ce (patch)
treed09b843d3c89329a3c46b96aa95d22e167104b71 /Configurations/10-main.conf
parent4f59fd4d55f23f46f03b4ee3247ed61b2b628463 (diff)
downloadopenssl-8e56a4227bcd2e3eeb1cb18f3d0d5876ed76a8ce.tar.gz
Remove support for Borland C++
Borland C++ 4.5 is very old and our "support" for it is already non-existent, we might as well remove it. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'Configurations/10-main.conf')
-rw-r--r--Configurations/10-main.conf10
1 files changed, 0 insertions, 10 deletions
diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf
index e2fcf0c1c8..1870568846 100644
--- a/Configurations/10-main.conf
+++ b/Configurations/10-main.conf
@@ -1369,16 +1369,6 @@ sub vc_wince_info {
build_scheme => add("VC-WCE", { separator => undef }),
},
-###### Borland C++ 4.5
-## "BC-32" => {
-## inherit_from => [ "BASE_Windows" ],
-## cc => "bcc32",
-## sys_id => "WIN32",
-## bn_ops => "BN_LLONG EXPORT_VAR_AS_FN",
-## dso_scheme => "win32",
-## build_scheme => add("BC", { separator => undef }),
-## },
-
#### MinGW
"mingw" => {
inherit_from => [ "BASE_unix", asm("x86_asm"),