Make sure it's possible to check GCCVER even if it wasn't set.

PR: 179
This commit is contained in:
Richard Levitte
2002-08-01 10:17:05 +00:00
parent 6de41cf0d9
commit a946c18d8f

1
config
View File

@@ -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"