Revision 872e681c00a713e840ebed77a4e05fa0e181f16f authored by Matt Caswell on 15 October 2014, 12:54:46 UTC, committed by Matt Caswell on 15 October 2014, 12:54:46 UTC
Reviewed-by: Stephen Henson <steve@openssl.org>
1 parent 38b71ba
sun.sh
FLAGS="-DTERMIO -O3 -DB_ENDIAN -fomit-frame-pointer -mv8 -Wall -Iinclude"
SHFLAGS="-DPIC -fpic"
gcc -c -Icrypto $SHFLAGS -fpic $FLAGS -o crypto.o crypto/crypto.c
ld -G -z text -o libcrypto.so crypto.o
gcc -c -Issl $SHFLAGS $FLAGS -o ssl.o ssl/ssl.c
ld -G -z text -o libssl.so ssl.o

Computing file changes ...