summaryrefslogtreecommitdiffstats
path: root/crypto/md5
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>1999-12-25 16:08:31 +0000
committerAndy Polyakov <appro@openssl.org>1999-12-25 16:08:31 +0000
commitb96eb06f7907da2fef89c0c7b89ce4dedc593ecc (patch)
tree91dd19b928c48d64fb5a0068dc3730e03a5a1387 /crypto/md5
parent36217a942488852b616974e168a6ff0fecfb02fa (diff)
Makefile clean-ups, crypto/bn/asm/alpha.s compiles on Alpha Linux.
Diffstat (limited to 'crypto/md5')
-rw-r--r--crypto/md5/Makefile.ssl7
1 files changed, 7 insertions, 0 deletions
diff --git a/crypto/md5/Makefile.ssl b/crypto/md5/Makefile.ssl
index bbd3775094..2767ed154e 100644
--- a/crypto/md5/Makefile.ssl
+++ b/crypto/md5/Makefile.ssl
@@ -19,6 +19,13 @@ AR= ar r
MD5_ASM_OBJ=
CFLAGS= $(INCLUDES) $(CFLAG)
+
+# We let the C compiler driver to take care of .s files. This is done in
+# order to be excused from maintaining a separate set of architecture
+# dependent assembler flags. E.g. if you throw -mcpu=ultrasparc at SPARC
+# gcc, then the driver will automatically translate it to -xarch=v8plus
+# and pass it down to assembler.
+AS=$(CC) -c
ASFLAGS=$(CFLAGS)
GENERAL=Makefile