Add a pointer to a paper (is the algorithm in section 4.2 the
[oweals/openssl.git] / crypto / md5 / Makefile.ssl
index bbd377509432130207dd3206a808fd6676452393..2767ed154e0d8188e8132dc2bf2b88ea90ee46d9 100644 (file)
@@ -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