diff options
author | Steven Knight <knight@baldmt.com> | 2004-08-02 12:11:48 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2004-08-02 12:11:48 (GMT) |
commit | 5a33f7f18934e378efaae41fbc28ae5c6f75e610 (patch) | |
tree | a56a29753f244f162d1b7f7f98f49e6ac6e00421 /src/CHANGES.txt | |
parent | dce793b70d15b4730a46c3f06da9396eec4185ff (diff) | |
download | SCons-5a33f7f18934e378efaae41fbc28ae5c6f75e610.zip SCons-5a33f7f18934e378efaae41fbc28ae5c6f75e610.tar.gz SCons-5a33f7f18934e378efaae41fbc28ae5c6f75e610.tar.bz2 |
Add support on IRIX. (Chad Austin)
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r-- | src/CHANGES.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 083d640..6550064 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -28,7 +28,8 @@ RELEASE 0.96 - XXX From Chad Austin and Christoph Wiedemann: - Add support for a $RPATH variable to supply a list of directories - to search for shared libraries when linking a program. + to search for shared libraries when linking a program. Used by + the GNU and IRIX linkers (gnulink and sgilink). From Charles Crain: |