summaryrefslogtreecommitdiff
path: root/lib/make/known-architectures/linux
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-03-18 12:51:38 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-03-18 12:51:38 +0000
commit11512862c8874998d48da5e380a46fb3a163eb81 (patch)
treea7e353b6d7bc036a6048128c62e80629d53985e5 /lib/make/known-architectures/linux
parent5da20574fbef583b05c4e0bde51abb14cfd833e5 (diff)
Fixed order of intel libraries to link against.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3591 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make/known-architectures/linux')
-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 169a7561..fda87188 100644
--- a/lib/make/known-architectures/linux
+++ b/lib/make/known-architectures/linux
@@ -220,7 +220,7 @@ else
# add the necessary libraries according to the compiler version
if test "`$F90 -V 2>&1 | grep Version | sed 's/.*Version //' | sed 's/\..*//'`" -ge 8; then
- : ${LIBS='ifcore imf svml m irc cxa cprts cxa unwind'}
+ : ${LIBS='ifcore imf svml m cxa cprts cxa irc unwind'}
else
: ${LIBS='intrins IEPCF90 F90 imf svml m irc cxa cprts cxa'}
fi