From 0710ab894a5234cc68a6f43dfb9aac95c9c96010 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Mon, 5 Dec 2016 21:00:35 +0100 Subject: 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 --- doc/Invoking_GHDL.rst | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'doc') 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= 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= + + 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= + + 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 -- cgit v1.2.3