xref: /minix3/crypto/external/bsd/openssl/dist/shlib/irix.sh (revision ebfedea0ce5bbe81e252ddf32d732e40fb633fae)
1*ebfedea0SLionel SambucFLAGS="-DTERMIOS -O2 -mips2 -DB_ENDIAN -fomit-frame-pointer -Wall -Iinclude"
2*ebfedea0SLionel SambucSHFLAGS="-DPIC -fpic"
3*ebfedea0SLionel Sambuc
4*ebfedea0SLionel Sambucgcc -c -Icrypto $SHFLAGS $FLAGS -o crypto.o crypto/crypto.c
5*ebfedea0SLionel Sambucld -shared -o libcrypto.so crypto.o
6*ebfedea0SLionel Sambucgcc -c -Issl $SHFLAGS $FLAGS -o ssl.o ssl/ssl.c
7*ebfedea0SLionel Sambucld -shared -o libssl.so ssl.o
8