summaryrefslogtreecommitdiff
path: root/lib/make
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-12-11 23:39:02 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-12-11 23:39:02 +0000
commitcb22effdcd2e83aa0e1b37f1006ddc88d893fd81 (patch)
tree14a569497d9e591d9c0e14ca78a1492b9c85bb93 /lib/make
parent2a3bc39fcaae08f8f4c00534ac6a16ef88c205e6 (diff)
Commented out the '-Qy' LDFLAGS option for IA64 as it isn't needed anymore
for the newest intel compiler version. Pretending nobody has ever installed an old one (5.0)... git-svn-id: http://svn.cactuscode.org/flesh/trunk@2497 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make')
-rw-r--r--lib/make/known-architectures/linux9
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/make/known-architectures/linux b/lib/make/known-architectures/linux
index 7f7aebe8..9018c2db 100644
--- a/lib/make/known-architectures/linux
+++ b/lib/make/known-architectures/linux
@@ -200,10 +200,11 @@ else
: ${LIBDIRS='$(IA32ROOT)/lib'}
: ${LDFLAGS='-Qy $(IA32ROOT)/lib/icrt.link'}
fi
- if test "$LD" != "ecc" -a "$LD" != "ecpc" -a -n "$IA64ROOT" ; then
- : ${LIBDIRS='$(IA64ROOT)/lib'}
- : ${LDFLAGS='-Qy $(IA64ROOT)/../../compiler50/ia64/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
;;
Compaq)
: ${LIBS="for m"}