Revision 6f1f3c665331d73c4ec08d653d100fa52c44cd60 authored by Matt Caswell on 22 January 2015, 02:48:18 UTC, committed by Matt Caswell on 22 January 2015, 09:53:02 UTC
Reviewed-by: Tim Hudson <tjh@openssl.org>
1 parent 40720ce
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 ...