summaryrefslogtreecommitdiffstats
path: root/doc/man/scons.1
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2004-04-03 07:16:45 (GMT)
committerSteven Knight <knight@baldmt.com>2004-04-03 07:16:45 (GMT)
commit71ecea9cafa95f5cc67fd37aa05733ae1547a186 (patch)
tree5a9734b8a725f4eaf5a6fc9c9e72b96755c49768 /doc/man/scons.1
parent2c09df381e3fa50759e4d74d8c2a8608b250cd3c (diff)
downloadSCons-71ecea9cafa95f5cc67fd37aa05733ae1547a186.zip
SCons-71ecea9cafa95f5cc67fd37aa05733ae1547a186.tar.gz
SCons-71ecea9cafa95f5cc67fd37aa05733ae1547a186.tar.bz2
Add RPATH support. (Chad Austin)
Diffstat (limited to 'doc/man/scons.1')
-rw-r--r--doc/man/scons.19
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1
index dfeb3df..0c46747 100644
--- a/doc/man/scons.1
+++ b/doc/man/scons.1
@@ -5113,6 +5113,15 @@ are included on this command line.
.IP RMICFLAGS
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
+are not transformed by
+.B scons
+in any way: if you want an absolute
+path, you must make it absolute yourself.
+
.IP SCANNERS
A list of the available implicit dependency scanners. [CScan] by default.