diff options
| author | Vincent Lefevre <vincent@vinc17.net> | 2016-07-05 15:48:31 +0200 |
|---|---|---|
| committer | Vincent Lefevre <vincent@vinc17.net> | 2016-07-05 15:48:31 +0200 |
| commit | 03609051249a06b458b183596d28b1b883189fc2 (patch) | |
| tree | dcdba24c98118170fc3e2c3bb2be8598480854d0 | |
| parent | 175158843559e494ae81b755d251ecf1a58ecbb2 (diff) | |
| download | tinycc-03609051249a06b458b183596d28b1b883189fc2.tar.gz tinycc-03609051249a06b458b183596d28b1b883189fc2.tar.bz2 | |
fix typo in -Wl,-rpath documentation
Signed-off-by: Vincent Lefevre <vincent@vinc17.net>
| -rw-r--r-- | tcc-doc.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tcc-doc.texi b/tcc-doc.texi index 38b1f74..fb7a79b 100644 --- a/tcc-doc.texi +++ b/tcc-doc.texi @@ -315,7 +315,7 @@ opened with @code{dlopen()} needs to access executable symbols. Generate an object file combining all input files. @item -Wl,-rpath=path -Put custom seatch path for dynamic libraries into executable. +Put custom search path for dynamic libraries into executable. @item -Wl,--whole-archive Add a whole archive, not just the symbols of the archive that would |
