mirror of
https://github.com/mirror/tinycc.git
synced 2025-02-10 06:50:10 +08:00
tcc-doc: remove obsolete '-o option must also be given'
This commit is contained in:
parent
28a5b702f4
commit
c449ef2e1f
10
tcc-doc.texi
10
tcc-doc.texi
@ -165,7 +165,7 @@ Print the name of the configured installation directory and a list
|
|||||||
of program and library directories tcc will search.
|
of program and library directories tcc will search.
|
||||||
|
|
||||||
@item -c
|
@item -c
|
||||||
Generate an object file (@option{-o} option must also be given).
|
Generate an object file.
|
||||||
|
|
||||||
@item -o outfile
|
@item -o outfile
|
||||||
Put object file, executable, or dll into output file @file{outfile}.
|
Put object file, executable, or dll into output file @file{outfile}.
|
||||||
@ -285,23 +285,21 @@ libxxx.a. The library is searched in the paths specified by the
|
|||||||
@option{-L} option.
|
@option{-L} option.
|
||||||
|
|
||||||
@item -shared
|
@item -shared
|
||||||
Generate a shared library instead of an executable (@option{-o} option
|
Generate a shared library instead of an executable.
|
||||||
must also be given).
|
|
||||||
|
|
||||||
@item -soname name
|
@item -soname name
|
||||||
set name for shared library to be used at runtime
|
set name for shared library to be used at runtime
|
||||||
|
|
||||||
@item -static
|
@item -static
|
||||||
Generate a statically linked executable (default is a shared linked
|
Generate a statically linked executable (default is a shared linked
|
||||||
executable) (@option{-o} option must also be given).
|
executable).
|
||||||
|
|
||||||
@item -rdynamic
|
@item -rdynamic
|
||||||
Export global symbols to the dynamic linker. It is useful when a library
|
Export global symbols to the dynamic linker. It is useful when a library
|
||||||
opened with @code{dlopen()} needs to access executable symbols.
|
opened with @code{dlopen()} needs to access executable symbols.
|
||||||
|
|
||||||
@item -r
|
@item -r
|
||||||
Generate an object file combining all input files (@option{-o} option must
|
Generate an object file combining all input files.
|
||||||
also be given).
|
|
||||||
|
|
||||||
@item -Wl,-Ttext,address
|
@item -Wl,-Ttext,address
|
||||||
Set the start of the .text section to @var{address}.
|
Set the start of the .text section to @var{address}.
|
||||||
|
Loading…
Reference in New Issue
Block a user