summaryrefslogtreecommitdiffstats
path: root/crypto/md5
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2007-12-18 17:33:49 +0000
committerAndy Polyakov <appro@openssl.org>2007-12-18 17:33:49 +0000
commitca64056836116fae62285f2e5b6ccb4e087e80e7 (patch)
tree9d734b9293384db5ada2143670772763b1a5f4fe /crypto/md5
parentdf77428443a63028af57cab3b67fdbf8a5921eef (diff)
Engage x86 assembler in Mac OS X build.
Diffstat (limited to 'crypto/md5')
-rw-r--r--crypto/md5/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/md5/Makefile b/crypto/md5/Makefile
index 20259c3462..979f6f2a63 100644
--- a/crypto/md5/Makefile
+++ b/crypto/md5/Makefile
@@ -51,6 +51,8 @@ mx86-cof.s: asm/md5-586.pl ../perlasm/x86asm.pl
# a.out
mx86-out.s: asm/md5-586.pl ../perlasm/x86asm.pl
(cd asm; $(PERL) md5-586.pl a.out $(CFLAGS) > ../$@)
+mx86-macosx.s: asm/md5-586.pl ../perlasm/x86asm.pl
+ (cd asm; $(PERL) md5-586.pl macosx $(CFLAGS) > ../$@)
md5-x86_64.s: asm/md5-x86_64.pl; $(PERL) asm/md5-x86_64.pl $@