summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorMike Bland <mbland@acm.org>2014-06-23 20:26:30 -0400
committerGeoff Thorpe <geoff@openssl.org>2014-11-16 16:44:26 -0500
commit5444b11bef9e243c39d326969303f44ff8d1bcfd (patch)
tree2d34b2fbe7cde523215eb4f73ecdcf71802d0474 /util
parentbc095c3d3c7bec6c56d2b0dfb5c9571530c0547f (diff)
Emit PERLASM_SCHEME to fix GitMake on OS X
This fixes the errors when trying to assemble .s files using GitMake on OS X. Change-Id: I2221f558619302d22e0c57d7203173d634155678 Signed-off-by: Mike Bland <mbland@acm.org> Signed-off-by: Geoff Thorpe <geoff@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'util')
-rwxr-xr-xutil/mk1mf.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/mk1mf.pl b/util/mk1mf.pl
index 48c71b8e0d..73523ef4e1 100755
--- a/util/mk1mf.pl
+++ b/util/mk1mf.pl
@@ -66,6 +66,7 @@ my %mf_import = (
CMLL_ENC => \$mf_cm_asm,
MODES_ASM_OBJ => \$mf_modes_asm,
ENGINES_ASM_OBJ=> \$mf_engines_asm,
+ PERLASM_SCHEME => \$mf_perlasm_scheme,
FIPSCANISTERONLY => \$mf_fipscanisteronly,
FIPSCANISTERINTERNAL => \$mf_fipscanisterinternal,
EC_ASM => \$mf_ec_asm,
@@ -673,6 +674,7 @@ INC_D=$inc_dir
INCO_D=$inc_dir${o}openssl
PERL=$perl
+PERLASM_SCHEME=$mf_perlasm_scheme
CP=$cp
CP2=$cp2
RM=$rm