Sign in
flutter
/
third_party
/
openssl
/
87d388c955c14a7c1371f9c7555fb429a406a3d3
/
.
/
crypto
/
threads
/
solaris.sh
blob: bc93094a27483a4f29e1cac927f9f3fde2cdbaa6 [
file
] [
log
] [
blame
]
#!/bin/sh
/
bin
/
rm
-
f mttest
cc
-
DSOLARIS
-
I
../../
include
-
g mttest
.
c
-
o mttest
-
L
../..
-
lthread
-
lssl
-
lcrypto
-
lnsl
-
lsocket