diff options
author | Andy Polyakov <appro@openssl.org> | 2007-12-18 18:33:49 +0100 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2007-12-18 18:33:49 +0100 |
commit | ca64056836116fae62285f2e5b6ccb4e087e80e7 (patch) | |
tree | 9d734b9293384db5ada2143670772763b1a5f4fe /crypto/ripemd | |
parent | Mac OS X x86 assembler support. (diff) | |
download | openssl-ca64056836116fae62285f2e5b6ccb4e087e80e7.tar.xz openssl-ca64056836116fae62285f2e5b6ccb4e087e80e7.zip |
Engage x86 assembler in Mac OS X build.
Diffstat (limited to 'crypto/ripemd')
-rw-r--r-- | crypto/ripemd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/ripemd/Makefile b/crypto/ripemd/Makefile index d55875c20c..55fda567a6 100644 --- a/crypto/ripemd/Makefile +++ b/crypto/ripemd/Makefile @@ -51,6 +51,8 @@ rm86-cof.s: asm/rmd-586.pl ../perlasm/x86asm.pl # a.out rm86-out.s: asm/rmd-586.pl ../perlasm/x86asm.pl (cd asm; $(PERL) rmd-586.pl a.out $(CFLAGS) > ../$@) +rm86-macosx.s: asm/rmd-586.pl ../perlasm/x86asm.pl + (cd asm; $(PERL) rmd-586.pl macosx $(CFLAGS) > ../$@) files: $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO |