summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rwxr-xr-xutil/mk1mf.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/util/mk1mf.pl b/util/mk1mf.pl
index b05c4aeed4..a550523b62 100755
--- a/util/mk1mf.pl
+++ b/util/mk1mf.pl
@@ -617,6 +617,8 @@ EOF
$ex_libs .= " $zlib_lib" if $zlib_opt == 1;
}
+my $asm_def = $orig_platform eq 'copy' ? "" : "ASM=$bin_dir$asm";
+
$defs= <<"EOF";
# N.B. You MUST use -j on FreeBSD.
# This makefile has been automatically generated from the OpenSSL distribution.
@@ -677,7 +679,7 @@ RANLIB=$ranlib
MKDIR=$mkdir
MKLIB=$bin_dir$mklib
MLFLAGS=$mlflags
-#ASM=$bin_dir$asm
+$asm_def
# FIPS validated module and support file locations