summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-10-06 15:56:24 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-10-06 15:56:24 +0000
commitabe203f65264325748ec22cbb256b96e3d1911a0 (patch)
tree280591362fc21d4eebb7a919bee41420ab7ca157 /lib
parent2490c263583e11528111f699038a9e549c37e648 (diff)
Don't explicitly link against Intel C++ libs when using Intel 8.x and higher.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3868 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib')
-rw-r--r--lib/make/known-architectures/linux4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/make/known-architectures/linux b/lib/make/known-architectures/linux
index 169fd193..d870fc58 100644
--- a/lib/make/known-architectures/linux
+++ b/lib/make/known-architectures/linux
@@ -240,7 +240,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
intel_p4_opt_flag='-xN'
- : ${LIBS='ifcore imf svml m cxa cprts cxa irc unwind'}
+ : ${LIBS='ifcore imf svml m'}
else
intel_p4_opt_flag='-xW'
: ${LIBS='intrins IEPCF90 F90 imf svml m irc cxa cprts cxa'}
@@ -264,7 +264,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 dl imf m cxa cprts cxa irc unwind'}
+ : ${LIBS='ifcore dl imf m'}
else
: ${LIBS='intrins IEPCF90 F90 imf m irc cxa cprts cxa'}
fi