[22360] in Source-Commits
packs/build
daemon@ATHENA.MIT.EDU (ghudson@MIT.EDU)
Wed Apr 6 15:20:34 2005
From: ghudson@MIT.EDU
Date: Wed, 6 Apr 2005 15:20:24 -0400
Message-Id: <200504061920.j36JKONu032284@equal-rites.mit.edu>
To: source-commits@MIT.EDU
Update of /afs/dev.mit.edu/source/repository/packs/build
In directory equal-rites.mit.edu:/afs/dev.mit.edu/user/ghudson/packs/build
Modified Files:
do.sh
Log Message:
Add /usr/sfw/bin to build path on Solaris; this lets us use the
Solaris-provided gcc, among other things.
Remove /usr/ucb from the path, as we don't erally need it any more.
Remove the LD_RUN_PATH setting on Solaris. It was a safety net which
only applied to a few packages, and it doesn't work when
/usr/sfw/bin/gcc is used, since that compiler always provides
-R/usr/sfw/lib to the linker.