aboutsummaryrefslogtreecommitdiffstats
path: root/shlib/irix.sh
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-05-02 07:47:35 +0200
committerRichard Levitte <levitte@openssl.org>2015-05-02 14:39:04 +0200
commit169692d736d5a7e2cdeeebeab3cd64a608c33f6b (patch)
tree25cff3bc01e1622145f6d7d1ea86d8e064813074 /shlib/irix.sh
parentbed2edf1cb73f1fe2c11029acc694086bc14443e (diff)
downloadopenssl-169692d736d5a7e2cdeeebeab3cd64a608c33f6b.tar.gz
Remove shlib/
Cleanup of files that haven't been used, touched, or I suspect, even noticed for a long time. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'shlib/irix.sh')
-rw-r--r--shlib/irix.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/shlib/irix.sh b/shlib/irix.sh
deleted file mode 100644
index 22e4e6ad50..0000000000
--- a/shlib/irix.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-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