aboutsummaryrefslogtreecommitdiffstats
path: root/doc/references/CommandReference.rst
diff options
context:
space:
mode:
author1138-4EB <1138-4EB@users.noreply.github.com>2017-12-09 17:34:58 +0100
committertgingold <tgingold@users.noreply.github.com>2017-12-10 12:02:05 +0100
commit8e06c39ed8311aeb36696d9f964550407e1c556e (patch)
tree5c511441a8c0b2a9bb2f5732dd4284ed725ad24a /doc/references/CommandReference.rst
parent08eb2bfc7144e7698cf570478d6a4e3e81aaf31a (diff)
downloadghdl-8e06c39ed8311aeb36696d9f964550407e1c556e.tar.gz
ghdl-8e06c39ed8311aeb36696d9f964550407e1c556e.tar.bz2
ghdl-8e06c39ed8311aeb36696d9f964550407e1c556e.zip
clean todos
Diffstat (limited to 'doc/references/CommandReference.rst')
-rw-r--r--doc/references/CommandReference.rst8
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/references/CommandReference.rst b/doc/references/CommandReference.rst
index 3816afe42..16430cb72 100644
--- a/doc/references/CommandReference.rst
+++ b/doc/references/CommandReference.rst
@@ -11,8 +11,6 @@ Environment variables
.. envvar:: GHDL_PREFIX
- .. TODO:: Add short description to :option:`GHDL_PREFIX`
-
Misc commands
=============
@@ -34,7 +32,7 @@ for this later command are displayed::
ghdl -h command
.. index:: cmd display configuration
-
+
Display config [``--disp-config``]
--------------------------------------
@@ -136,7 +134,7 @@ Link [``--link``]
---------------------
.. option:: --link <[options] primary_unit [secondary_unit]>
-
+
Performs only the second stage of the elaboration command: the executable is created by linking the files of the object files list. This command is available only for completeness. The elaboration command is equivalent to the bind command followed by the link command.
.. index:: cmd GCC/LLVM list link
@@ -176,7 +174,7 @@ Use ``COMMAND`` as the command name for the assembler. If ``COMMAND`` is not a
.. option:: --LINK<=COMMAND>
Use ``COMMAND`` as the linker driver. If ``COMMAND`` is not a path, then it is searched in the path. The default is ``gcc``.
-
+
Passing options to other programs
=================================