aboutsummaryrefslogtreecommitdiffstats
path: root/util/mk1mf.pl
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 /util/mk1mf.pl
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 'util/mk1mf.pl')
-rwxr-xr-xutil/mk1mf.pl6
1 files changed, 0 insertions, 6 deletions
diff --git a/util/mk1mf.pl b/util/mk1mf.pl
index ac0cb99062..a2cd0407e1 100755
--- a/util/mk1mf.pl
+++ b/util/mk1mf.pl
@@ -106,7 +106,6 @@ $infile="MINFO";
"VC-NT", "Microsoft Visual C++ [4-6] - Windows NT ONLY",
"Mingw32", "GNU C++ - Windows NT or 9x",
"Mingw32-files", "Create files with DOS copy ...",
- "BC-NT", "Borland C++ 4.5 - Windows NT",
"linux-elf","Linux elf",
"ultrix-mips","DEC mips ultrix",
"FreeBSD","FreeBSD distribution",
@@ -224,11 +223,6 @@ elsif ($platform eq "Mingw32-files")
{
require 'Mingw32f.pl';
}
-elsif ($platform eq "BC-NT")
- {
- $bc=1;
- require 'BC-32.pl';
- }
elsif ($platform eq "FreeBSD")
{
require 'unix.pl';