Commit a946c18d authored by Richard Levitte's avatar Richard Levitte
Browse files

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

PR: 179
parent 6de41cf0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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"