diff options
author | gritbub <38131016+gritbub@users.noreply.github.com> | 2018-06-04 20:39:35 -0500 |
---|---|---|
committer | gritbub <38131016+gritbub@users.noreply.github.com> | 2018-06-04 20:39:35 -0500 |
commit | 7538ef0dbe9369294d5ca4a4fb9b14c87d893184 (patch) | |
tree | 47a1280f04e1e21e4160527a9c5eea04b0814bef /doc/references | |
parent | 8476790ac37a1af22ffaaa1572ed23feb5fe4b41 (diff) | |
download | ghdl-7538ef0dbe9369294d5ca4a4fb9b14c87d893184.tar.gz ghdl-7538ef0dbe9369294d5ca4a4fb9b14c87d893184.tar.bz2 ghdl-7538ef0dbe9369294d5ca4a4fb9b14c87d893184.zip |
Remove single quotes around links
Diffstat (limited to 'doc/references')
-rw-r--r-- | doc/references/ImplementationOfVHDL.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/references/ImplementationOfVHDL.rst b/doc/references/ImplementationOfVHDL.rst index 0169d7ad8..3cb766e2c 100644 --- a/doc/references/ImplementationOfVHDL.rst +++ b/doc/references/ImplementationOfVHDL.rst @@ -324,7 +324,7 @@ Linking with foreign object files --------------------------------- You may add additional files or options during the link using the -*-Wl,* of `GHDL`, as described in ':ref:`Elaboration:command`'. +*-Wl,* of `GHDL`, as described in :ref:`Elaboration:command`. For example:: ghdl -e -Wl,-lm math_tb |