Up: RISC-V-Dependent [Contents][Index]
The following table lists all availiable RISC-V specific options
-fpicGenerate position-independent code
-fno-picDon’t generate position-independent code (default)
-march=ISASelect the base isa, as specified by ISA. For example -march=rv32ima.
-mabi=ABISelects the ABI, which is either "ilp32" or "lp64", optionally followed by "f", "d", or "q" to indicate single-precision, double-precision, or quad-precision floating-point calling convention, or none to indicate the soft-float calling convention.