From cb3f9ad649f4760b73d5db9bb1903d1f3fc01c4e Mon Sep 17 00:00:00 2001 From: tradke Date: Tue, 11 Dec 2001 14:45:40 +0000 Subject: 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 --- lib/make/known-architectures/linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3