summaryrefslogtreecommitdiff
path: root/lib/make/known-architectures/linux
diff options
context:
space:
mode:
Diffstat (limited to 'lib/make/known-architectures/linux')
-rw-r--r--lib/make/known-architectures/linux2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/make/known-architectures/linux b/lib/make/known-architectures/linux
index 22106294..a497a3fa 100644
--- a/lib/make/known-architectures/linux
+++ b/lib/make/known-architectures/linux
@@ -34,6 +34,8 @@ else
LINUX_F90_COMP=fujitsu
elif test "`$F90 -V 2>&1 | grep -i f90 | grep -i pgf90`" ; then
LINUX_F90_COMP=portland
+ elif test "`$F90 -V 2>&1 | grep pgf95`" ; then
+ LINUX_F90_COMP=portland
elif test "`$F90 -v 2>&1 | grep -i g77`" ; then
LINUX_F90_COMP=gnu77
elif test "`$F90 -dumpversion 2>&1 | grep 'GNU Fortran 95'`" ; then