summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/make/known-architectures/linux2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/make/known-architectures/linux b/lib/make/known-architectures/linux
index 5a102c47..ca6c2f50 100644
--- a/lib/make/known-architectures/linux
+++ b/lib/make/known-architectures/linux
@@ -63,7 +63,7 @@ else
# find out if we have egcs or not, LIBS is either g2c or f2c
LINUX_G77_USES_LIBG2C=
- if test "$LINUX_F90_COMP" = "gnu77" ; then
+ if test "$LINUX_F90_COMP" = "gnu77" -o "$LINUX_F90_COMP" = "pacific" ; then
if test -n "`$F77 -v 2>&1 | grep g2c`" ; then
LINUX_G77_USES_LIBG2C=yes
else