diff options
Diffstat (limited to 'crypto/openssl/config')
-rwxr-xr-x | crypto/openssl/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/openssl/config b/crypto/openssl/config index 4f7b41877fec..5f4ed18f0eca 100755 --- a/crypto/openssl/config +++ b/crypto/openssl/config @@ -392,6 +392,7 @@ if [ "$GCCVER" != "" ]; then else CC=cc fi +GCCVER=${GCCVER:-0} if [ "$SYSTEM" = "HP-UX" ];then # By default gcc is a ILP32 compiler (with long long == 64). GCC_BITS="32" |