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 /doc | |
parent | dce793b70d15b4730a46c3f06da9396eec4185ff (diff) | |
download | SCons-5a33f7f18934e378efaae41fbc28ae5c6f75e610.zip SCons-5a33f7f18934e378efaae41fbc28ae5c6f75e610.tar.gz SCons-5a33f7f18934e378efaae41fbc28ae5c6f75e610.tar.bz2 |
Add support on IRIX. (Chad Austin)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/scons.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1 index 135e5f7..557db2c 100644 --- a/doc/man/scons.1 +++ b/doc/man/scons.1 @@ -5658,8 +5658,9 @@ General options passed to the Java RMI stub compiler. .IP RPATH A list of paths to search for shared libraries when running programs. -Currently only used in the GNU linker. Ignored on platforms and -toolchains that don't support it. Note that the paths added to RPATH +Currently only used in the GNU linker (gnulink) and IRIX linker (sgilink). +Ignored on platforms and toolchains that don't support it. +Note that the paths added to RPATH are not transformed by .B scons in any way: if you want an absolute |