From 3e540e91442a2df38513d7d62982b4a8b0469169 Mon Sep 17 00:00:00 2001 From: goodale Date: Tue, 15 May 2001 12:40:53 +0000 Subject: Pacific vastf90 compiler needs appropriate g77 libs. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@2184 17b73243-c579-4c4c-a9d2-2d5706c11dac --- lib/make/known-architectures/linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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 -- cgit v1.2.3