summaryrefslogtreecommitdiffstats
path: root/crypto/Makefile
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/Makefile
parentdf77428443a63028af57cab3b67fdbf8a5921eef (diff)
Engage x86 assembler in Mac OS X build.
Diffstat (limited to 'crypto/Makefile')
-rw-r--r--crypto/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/Makefile b/crypto/Makefile
index af2cac96d4..64a3d65440 100644
--- a/crypto/Makefile
+++ b/crypto/Makefile
@@ -64,6 +64,8 @@ x86cpuid-cof.s: x86cpuid.pl perlasm/x86asm.pl
$(PERL) x86cpuid.pl coff $(CFLAGS) $(PROCESSOR) > $@
x86cpuid-out.s: x86cpuid.pl perlasm/x86asm.pl
$(PERL) x86cpuid.pl a.out $(CFLAGS) $(PROCESSOR) > $@
+x86cpuid-macosx.s: x86cpuid.pl perlasm/x86asm.pl
+ $(PERL) x86cpuid.pl macosx $(CFLAGS) $(PROCESSOR) > $@
applink.o: $(TOP)/ms/applink.c
$(CC) $(CFLAGS) -c -o $@ $(TOP)/ms/applink.c