summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-05-15 12:40:53 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-05-15 12:40:53 +0000
commit3e540e91442a2df38513d7d62982b4a8b0469169 (patch)
treeff86fa33b7ded08f86edfecf558dcfd300bf068a /lib
parent9f5b3994183eb8b5854157ca2f2ca631d37b33ab (diff)
Pacific vastf90 compiler needs appropriate g77 libs.
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@2184 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib')
-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