aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-07-26 11:56:18 +0000
committerBodo Möller <bodo@openssl.org>1999-07-26 11:56:18 +0000
commit9715f4786dc7eff1b207c2b21e4e464ef2ef7e23 (patch)
treec49f06e7d563d5fb2b385dfbeb4ca63cc59a3b16 /util
parent96821cedd7a1c61ac2359811683f0128075b58ad (diff)
downloadopenssl-9715f4786dc7eff1b207c2b21e4e464ef2ef7e23.zip
openssl-9715f4786dc7eff1b207c2b21e4e464ef2ef7e23.tar.gz
openssl-9715f4786dc7eff1b207c2b21e4e464ef2ef7e23.tar.bz2
-DPLATFORM and -DCFLAGS command line arguments are no longer used.
Diffstat (limited to 'util')
-rwxr-xr-xutil/mk1mf.pl2
-rw-r--r--util/pl/BC-32.pl1
-rw-r--r--util/pl/Mingw32.pl1
-rw-r--r--util/pl/Mingw32f.pl1
4 files changed, 0 insertions, 5 deletions
diff --git a/util/mk1mf.pl b/util/mk1mf.pl
index 0afc3c6..90f2dfc 100755
--- a/util/mk1mf.pl
+++ b/util/mk1mf.pl
@@ -730,8 +730,6 @@ sub cc_compile_target
local($target,$source,$ex_flags)=@_;
local($ret);
- # EAY EAY
- $ex_flags.=' -DCFLAGS="\"$(CC) $(CFLAG)\"" -DPLATFORM="\"$(PLATFORM)\""' if ($source =~ /cversion/ and $dcflags ne 'n');
$target =~ s/\//$o/g if $o ne "/";
$source =~ s/\//$o/g if $o ne "/";
$ret ="$target: \$(SRC_D)$o$source\n\t";
diff --git a/util/pl/BC-32.pl b/util/pl/BC-32.pl
index a62cce3..09c45a2 100644
--- a/util/pl/BC-32.pl
+++ b/util/pl/BC-32.pl
@@ -20,7 +20,6 @@ $tmp_def="tmp32";
$inc_def="inc32";
#enable max error messages, disable most common warnings
$cflags="-DWIN32_LEAN_AND_MEAN -j255 -w-aus -w-par -w-inl -c -tWC -tWM -DWINDOWS -DWIN32 -DL_ENDIAN ";
-$dcflags='n';
if ($debug)
{
$cflags.="-Od -y -v -vi- -D_DEBUG";
diff --git a/util/pl/Mingw32.pl b/util/pl/Mingw32.pl
index a47a961..e93fa58 100644
--- a/util/pl/Mingw32.pl
+++ b/util/pl/Mingw32.pl
@@ -20,7 +20,6 @@ if ($debug)
{ $cflags="-g2 -ggdb"; }
else
{ $cflags="-O3 -fomit-frame-pointer"; }
-$dcflags='n'; # Make can't handle -DCFLAGS definition
$obj='.o';
$ofile='-o ';
diff --git a/util/pl/Mingw32f.pl b/util/pl/Mingw32f.pl
index 8d8ad96..a53c537 100644
--- a/util/pl/Mingw32f.pl
+++ b/util/pl/Mingw32f.pl
@@ -14,7 +14,6 @@ if ($debug)
{ $cflags="-g2 -ggdb"; }
else
{ $cflags="-O3 -fomit-frame-pointer"; }
-$dcflags='n'; # Make can't handle -DCFLAGS definition
$obj='.o';
$ofile='-o ';