git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
7a6fdfd
)
sgi-65-gnu-cc-ld-harmful-20001220
author
Nathan Neulinger
<nneul@umr.edu>
Sun, 24 Dec 2000 00:02:00 +0000 (
00:02
+0000)
committer
Derrick Brashear
<shadow@dementia.org>
Sun, 24 Dec 2000 00:02:00 +0000 (
00:02
+0000)
gcc and Gnu LD cause problems with build on Irix 6.5; Avoid them.
src/config/Makefile.sgi_65
patch
|
blob
|
history
diff --git
a/src/config/Makefile.sgi_65
b/src/config/Makefile.sgi_65
index
b60412d
..
07d163f
100644
(file)
--- a/
src/config/Makefile.sgi_65
+++ b/
src/config/Makefile.sgi_65
@@
-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