and added files
[bcm963xx.git] / userapps / opensource / openssl / crypto / threads / profile.sh
diff --git a/userapps/opensource/openssl/crypto/threads/profile.sh b/userapps/opensource/openssl/crypto/threads/profile.sh
new file mode 100755 (executable)
index 0000000..6e3e342
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/sh
+/bin/rm -f mttest
+cc -p -DSOLARIS -I../../include -g mttest.c -o mttest -L/usr/lib/libc -ldl -L../.. -lthread  -lssl -lcrypto -lnsl -lsocket
+