summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-09-24 09:14:25 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-09-24 09:14:25 +0000
commit7c9408600da51615c2d2e4e8adc50c8d4f6b97a0 (patch)
treef13c08daf3e551e999f93ef125077f4c97bd0735
parentcab0dcb09f36b831ae171abb2848f5f632104108 (diff)
Fixed linking when using intel compilers but not linking with intel for IA64
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3008 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rw-r--r--lib/make/known-architectures/linux10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/make/known-architectures/linux b/lib/make/known-architectures/linux
index 30421d5a..b7f41031 100644
--- a/lib/make/known-architectures/linux
+++ b/lib/make/known-architectures/linux
@@ -201,11 +201,11 @@ else
: ${LIBDIRS='$(IA32ROOT)/lib'}
: ${LDFLAGS='-Qy $(IA32ROOT)/lib/icrt.link'}
fi
-# on IA64 this doesn't seem to be needed anymore (at least for v6.0)
-# if test "$LD" != "ecc" -a "$LD" != "ecpc" -a -n "$IA64ROOT" ; then
-# : ${LIBDIRS='$(IA64ROOT)/lib'}
-# : ${LDFLAGS='-Qy $(IA64ROOT)/../../compiler50/ia64/lib/icrt.link'}
-# fi
+ if test "$LD" != "ecc" -a "$LD" != "ecpc" -a -n "$IA64ROOT" ; then
+ : ${LIBDIRS='$(IA64ROOT)/lib'}
+# No longer needed for V6 (would also be pointing in wrong place)
+# : ${LDFLAGS='$(IA64ROOT)/../../compiler50/ia64/lib/icrt.link'}
+ fi
;;
Compaq)
: ${LIBS="for m"}