diff options
Diffstat (limited to 'gas/doc/c-riscv.texi')
-rw-r--r-- | gas/doc/c-riscv.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/doc/c-riscv.texi b/gas/doc/c-riscv.texi index 8915db4..01b9931 100644 --- a/gas/doc/c-riscv.texi +++ b/gas/doc/c-riscv.texi @@ -26,6 +26,14 @@ The following table lists all available RISC-V specific options @c man begin OPTIONS @table @gcctabopt +@cindex @samp{-fpic} option, RISC-V +@item -fpic +Generate position-independent code + +@cindex @samp{-fno-pic} option, RISC-V +@item -fno-pic +Don't generate position-independent code (default) + @cindex @samp{-march=ISA} option, RISC-V @item -march=ISA Select the base isa, as specified by ISA. For example -march=rv32ima. |