From 599217cee7beb31b27a63178a6559797fe824652 Mon Sep 17 00:00:00 2001 From: allen Date: Sat, 17 Feb 2001 16:04:32 +0000 Subject: Erik Schnetters fix for Lahey Fortran 95 6.0a Compiler/522 and Compiler/521 git-svn-id: http://svn.cactuscode.org/flesh/trunk@2024 17b73243-c579-4c4c-a9d2-2d5706c11dac --- lib/make/known-architectures/linux | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/make/known-architectures/linux b/lib/make/known-architectures/linux index 18acc6fe..05b29ddd 100644 --- a/lib/make/known-architectures/linux +++ b/lib/make/known-architectures/linux @@ -144,12 +144,13 @@ else : ${F90_WARN_FLAGS="--warn"} : ${F77_OPTIMISE_FLAGS="-O"} : ${F90_OPTIMISE_FLAGS="-O"} - : ${LIBS="fj9i6 fj9e6 fj9f6"} if test -n "$LAHEY" ; then : ${LIBDIRS="$LAHEY/lib"} else if test -d '/usr/local/lf9555/lib' ; then : ${LIBDIRS="/usr/local/lf9555/lib"} + elif test -d '/usr/local/lf9560/lib' ; then + : ${LIBDIRS="/usr/local/lf9560/lib"} fi fi if test -z "${LIBDIRS}" ; then @@ -157,6 +158,11 @@ else echo "Please configure with LAHEY=... or set LAHEY in your environment" exit 2 fi + if test -f "${LIBDIRS}/libfccx86_6a.a" ; then + : ${LIBS="fj9i6 fj9f6 fj9e6 fccx86_6a"} + else + : ${LIBS="fj9i6 fj9e6 fj9f6"} + fi ;; SGI) : ${LIBS="fortran ffio m"} -- cgit v1.2.3