aboutsummaryrefslogtreecommitdiff
path: root/tcc-doc.texi
diff options
context:
space:
mode:
authorgrischka <grischka>2009-12-19 22:08:15 +0100
committergrischka <grischka>2009-12-19 22:16:20 +0100
commite81569bc70697d4380e7456e7938dec29c91af73 (patch)
treeb5bbdff565851065ed68deac7d762347f61b0f25 /tcc-doc.texi
parentdd3d4f7295f0729f36acf9be0d6027d1838b9a9b (diff)
downloadtinycc-e81569bc70697d4380e7456e7938dec29c91af73.tar.gz
tinycc-e81569bc70697d4380e7456e7938dec29c91af73.tar.bz2
tcc: add "-Wl,-rpath=path" option (library search path)
Diffstat (limited to 'tcc-doc.texi')
-rw-r--r--tcc-doc.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/tcc-doc.texi b/tcc-doc.texi
index c634ad6..f325e36 100644
--- a/tcc-doc.texi
+++ b/tcc-doc.texi
@@ -284,6 +284,9 @@ libxxx.a. The library is searched in the paths specified by the
Generate a shared library instead of an executable (@option{-o} option
must also be given).
+@item -soname name
+set name for shared library to be used at runtime
+
@item -static
Generate a statically linked executable (default is a shared linked
executable) (@option{-o} option must also be given).
@@ -310,6 +313,9 @@ Binary image (only for executable output)
COFF output format (only for executable output for TMS320C67xx target)
@end table
+@item -Wl,-rpath=path
+Set custom library search path
+
@end table
Debugger options: