New option to generate 80386 code.
[openssl.git] / crypto / sha / Makefile.ssl
index 9214c583a8fc7de57820a171d6ed7f116f349358..190da3a6cff527b11a0ceffff2c08a6ed5555d13 100644 (file)
@@ -61,7 +61,7 @@ asm/sx86bsdi.o: asm/sx86unix.cpp
        $(CPP) -DBSDI asm/sx86unix.cpp | sed 's/ :/:/' | as -o asm/sx86bsdi.o
 
 asm/sx86unix.cpp:
-       (cd asm; perl sha1-586.pl cpp >sx86unix.cpp)
+       (cd asm; perl sha1-586.pl cpp $(PROCESSOR) >sx86unix.cpp)
 
 files:
        perl $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO