Revision 4ed98b6e25b2fd1d2bd61017238a7c38e0004be2 authored by Dr. Stephen Henson on 20 September 2014, 00:00:55 UTC, committed by Dr. Stephen Henson on 24 September 2014, 23:06:59 UTC
Reviewed-by: Matt Caswell <matt@openssl.org> (cherry picked from commit 5886354dcca4f8445ed35b6995a035b75409590c)
1 parent 3a33923
irix.sh
FLAGS="-DTERMIOS -O2 -mips2 -DB_ENDIAN -fomit-frame-pointer -Wall -Iinclude"
SHFLAGS="-DPIC -fpic"
gcc -c -Icrypto $SHFLAGS $FLAGS -o crypto.o crypto/crypto.c
ld -shared -o libcrypto.so crypto.o
gcc -c -Issl $SHFLAGS $FLAGS -o ssl.o ssl/ssl.c
ld -shared -o libssl.so ssl.o

Computing file changes ...