diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Invoking_GHDL.rst | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/Invoking_GHDL.rst b/doc/Invoking_GHDL.rst index e3d8f4153..fb121ed22 100644 --- a/doc/Invoking_GHDL.rst +++ b/doc/Invoking_GHDL.rst @@ -460,7 +460,19 @@ manual for details. .. option:: --GHDL1=<COMMAND> Use :samp:`COMMAND` as the command name for the compiler. If :samp:`COMMAND` is - not a path, then it is search in the list of program directories. + not a path, then it is searched in the path. + + +.. option:: --AS=<COMMAND> + + Use :samp:`COMMAND` as the command name for the assembler. If :samp:`COMMAND` is + not a path, then it is searched in the path. The default is :samp:`as`. + + +.. option:: --LINK=<COMMAND> + + Use :samp:`COMMAND` as the linker driver. If :samp:`COMMAND` is + not a path, then it is searched in the path. The default is :samp:`gcc`. .. option:: -v |