summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/make/known-architectures/linux4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/make/known-architectures/linux b/lib/make/known-architectures/linux
index 1e5d9adc..8d2105eb 100644
--- a/lib/make/known-architectures/linux
+++ b/lib/make/known-architectures/linux
@@ -19,12 +19,14 @@ if test -n "$F90" ; then
LINUX_F90_COMP=absoft
elif test "`$F90 -V 2>&1 | grep -i f90 | grep -i pgf90`" ; then
LINUX_F90_COMP=portland
+ elif test "`$F90 -v 2>&1 | grep -i g77`" ; then
+ LINUX_F90_COMP=gnu77
else
echo Unknown Linux f90 compiler.
echo Please add appropriate information to
echo $srcdir/known-architectures/linux-gnu
echo and send the updated file to CactusMaint
- exit 2
+ echo We will try anyway ...
fi
else
LINUX_F90_COMP=none