aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-05-20 01:43:07 +0000
committerUlf Möller <ulf@openssl.org>1999-05-20 01:43:07 +0000
commite14d4443a27816b05b044350ad39cd15668c55b8 (patch)
tree4f3baea5f0c59bcbe5a1f359113d7f1b4ef32fd7 /config
parent257e206da6b42181b0dc8976792164c4d9cff89b (diff)
downloadopenssl-e14d4443a27816b05b044350ad39cd15668c55b8.tar.gz
Bignum library bug fix. IRIX 6 passes "make test" now!
This also avoids the problems with SC4.2 and unpatched SC5. Submitted by: Andy Polyakov <appro@fy.chalmers.se>
Diffstat (limited to 'config')
-rwxr-xr-xconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/config b/config
index 3ddf4bb46e..484f7937f2 100755
--- a/config
+++ b/config
@@ -286,9 +286,9 @@ else
if [ "$SYSTEM" = "SunOS" ]
then
case `cc -V 2>&1` in
- *4*) CC=sc4;;
- *5*) CC=sc5;;
- *) CC=cc;;
+ *4*) CC=cc;;
+ *5*) CC=cc;;
+ *) CC=sc3;;
esac
fi
fi