summaryrefslogtreecommitdiff
path: root/lib/make
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-10-23 11:22:21 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-10-23 11:22:21 +0000
commit8d81deb60041146505d7b69f48362d649f760f61 (patch)
tree187f3678be5439b1d993f8194cf30b3387506557 /lib/make
parent0c7e804808e7ea8cb80500727e5ecd019ef717ae (diff)
Added missing library for Intel fortran compilers.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@2418 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make')
-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 fbadeed6..21bceb74 100644
--- a/lib/make/known-architectures/linux
+++ b/lib/make/known-architectures/linux
@@ -188,7 +188,7 @@ else
: ${F90FLAGS='-132 -w95'}
: ${F77_OPTIMISE_FLAGS='-O3'}
: ${F90_OPTIMISE_FLAGS='-O3'}
- : ${LIBS="IEPCF90 F90 m"}
+ : ${LIBS="intrins IEPCF90 F90 m"}
# add the libpath if the linker is not Intel
if test "$LD" != "icc" -a -n "$IA32ROOT" ; then