aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2016-12-05 21:00:35 +0100
committerTristan Gingold <tgingold@free.fr>2016-12-06 20:05:50 +0100
commit0710ab894a5234cc68a6f43dfb9aac95c9c96010 (patch)
tree9c39cde922ed981d3c54983d3893b09ab365ac92 /doc
parentbe36587ed1a04b3a9712f837c5b0e82422bd5adf (diff)
downloadghdl-0710ab894a5234cc68a6f43dfb9aac95c9c96010.tar.gz
ghdl-0710ab894a5234cc68a6f43dfb9aac95c9c96010.tar.bz2
ghdl-0710ab894a5234cc68a6f43dfb9aac95c9c96010.zip
Use -fpic if gcc is configured with --enable-default-pie
Test in configure and set Default_Pie in default_pathes.ads Pass -fpic to ghdl1 if Default_Pie is set. Decode -fpic in ghdl1_llvm Fix #213
Diffstat (limited to 'doc')
-rw-r--r--doc/Invoking_GHDL.rst14
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