aboutsummaryrefslogtreecommitdiff
path: root/util/mk1mf.pl
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2008-01-13 17:56:02 +0000
committerAndy Polyakov <appro@openssl.org>2008-01-13 17:56:02 +0000
commitf63e4be392dfc4d5073653a5688d7240b9eaffb9 (patch)
tree344fc2ab10618b00af883433d0b97b900f43dea1 /util/mk1mf.pl
parentca55d11f848431e6ea93ffae466a4ceaca548a95 (diff)
downloadopenssl-f63e4be392dfc4d5073653a5688d7240b9eaffb9.zip
openssl-f63e4be392dfc4d5073653a5688d7240b9eaffb9.tar.gz
openssl-f63e4be392dfc4d5073653a5688d7240b9eaffb9.tar.bz2
Automate assembler support for Win64 targets (more work is needed).
Diffstat (limited to 'util/mk1mf.pl')
-rwxr-xr-xutil/mk1mf.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/mk1mf.pl b/util/mk1mf.pl
index d4cc3d9..cf29bf8 100755
--- a/util/mk1mf.pl
+++ b/util/mk1mf.pl
@@ -871,6 +871,7 @@ sub do_compile_rule
$ret.=&cc_compile_target("$to${o}$n$obj","${_}.c",$ex)
}
elsif (-f ($s="${d}${o}asm${o}${n}.pl") or
+ ($s=~s/sha256/sha512/ and -f $s) or
-f ($s="${d}${o}${n}.pl"))
{
$ret.=&perlasm_compile_target("$to${o}$n$obj",$s,$n);