commit | e14d4443a27816b05b044350ad39cd15668c55b8 | [log] [tgz] |
---|---|---|
author | Ulf Möller <ulf@openssl.org> | Thu May 20 01:43:07 1999 +0000 |
committer | Ulf Möller <ulf@openssl.org> | Thu May 20 01:43:07 1999 +0000 |
tree | 4f3baea5f0c59bcbe5a1f359113d7f1b4ef32fd7 | |
parent | 257e206da6b42181b0dc8976792164c4d9cff89b [diff] [blame] |
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>
diff --git a/config b/config index 3ddf4bb..484f793 100755 --- a/config +++ b/config
@@ -286,9 +286,9 @@ 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