summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-08-02 04:08:19 +0000
committerRichard Levitte <levitte@openssl.org>2000-08-02 04:08:19 +0000
commit55bad949ed4d5743f5ac49e2b56696ffbafb001f (patch)
treef58a5d1a3e5c4cf9811cf3a1b04b4dc4f695a088 /config
parentbb1c9dcc3bd19c31d03227a03ad3f45f3418a706 (diff)
We've now covered the shared library support for Solaris, so the -shared hack
in config is no longer needed.
Diffstat (limited to 'config')
-rwxr-xr-xconfig12
1 files changed, 0 insertions, 12 deletions
diff --git a/config b/config
index c89e69a17c..cf48abc6d1 100755
--- a/config
+++ b/config
@@ -292,8 +292,6 @@ TEST="false"
for i
do
case "$i" in
-# shared library support (behnke@trustcenter.de)
--shared) SHARED=true;;
-d*) PREFIX="debug-";;
-t*) TEST="true";;
-h*) TEST="true"; cat <<EOF
@@ -481,16 +479,6 @@ then
options="$options -DATALLA"
fi
-#get some basic shared lib support (behnke@trustcenter.de)
-case "$OUT" in
- solaris-*-gcc)
- if [ "$SHARED" = "true" ]
- then
- options="$options -DPIC -fPIC"
- fi
- ;;
-esac
-
# gcc < 2.8 does not support -mcpu=ultrasparc
if [ "$OUT" = solaris-sparcv9-gcc -a $GCCVER -lt 28 ]
then