summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-12-11 14:45:40 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-12-11 14:45:40 +0000
commitcb3f9ad649f4760b73d5db9bb1903d1f3fc01c4e (patch)
tree08cd2378f514dd07769d12ef7cd5763a2c1c0c73
parent63688a6278ec1042db992ee42726b5927378a834 (diff)
Fixed the path to the icrt.link file on IA64 systems.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@2491 17b73243-c579-4c4c-a9d2-2d5706c11dac
-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 e7af3e2f..7f7aebe8 100644
--- a/lib/make/known-architectures/linux
+++ b/lib/make/known-architectures/linux
@@ -202,7 +202,7 @@ else
fi
if test "$LD" != "ecc" -a "$LD" != "ecpc" -a -n "$IA64ROOT" ; then
: ${LIBDIRS='$(IA64ROOT)/lib'}
- : ${LDFLAGS='-Qy $(IA64ROOT)/lib/icrt.link'}
+ : ${LDFLAGS='-Qy $(IA64ROOT)/../../compiler50/ia64/lib/icrt.link'}
fi
;;
Compaq)