summaryrefslogtreecommitdiff
path: root/lib/make/known-architectures/linux
diff options
context:
space:
mode:
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