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/bf | |
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/bf')
-rw-r--r-- | crypto/bf/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/bf/Makefile b/crypto/bf/Makefile index 8441954a8d..9f255efcaa 100644 --- a/crypto/bf/Makefile +++ b/crypto/bf/Makefile @@ -53,6 +53,8 @@ bx86-cof.s: asm/bf-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl # a.out bx86-out.s: asm/bf-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl (cd asm; $(PERL) bf-586.pl a.out $(CFLAGS) $(PROCESSOR) > ../$@) +bx86-macosx.s: asm/bf-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl + (cd asm; $(PERL) bf-586.pl macosx $(CFLAGS) $(PROCESSOR) > ../$@) files: $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO |