]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE10-sgi-65-gnu-cc-ld-harmful-20001220
authorNathan Neulinger <nneul@umr.edu>
Fri, 19 Jan 2001 09:08:40 +0000 (09:08 +0000)
committerDerrick Brashear <shadow@dementia.org>
Fri, 19 Jan 2001 09:08:40 +0000 (09:08 +0000)
gcc and Gnu LD cause problems with build on Irix 6.5; Avoid them.

(cherry picked from commit f2811db37d313c79c1858657463880f4122684a7)

src/config/Makefile.sgi_65

index b60412dfa26a74c740bb8534ebe993eeaa58bd13..07d163f14046b8ec8ea16b75645720397025dd01 100644 (file)
@@ -33,9 +33,9 @@ SHLIB_CFLAGS=
 AR=ar
 AS=as
 CP=cp
-MT_CC=cc
+MT_CC=/usr/bin/cc
 INSTALL=${SRCDIR}bin/install
-LD=ld   
+LD=/usr/bin/ld   
 LEX=lex
 MV=mv
 RANLIB=/bin/true