as: RISC-V-Options

1 
1 9.37.1 RISC-V Options
1 ---------------------
1 
1 The following table lists all available RISC-V specific options.
1 
1 '-fpic'
1 '-fPIC'
1      Generate position-independent code
1 
1 '-fno-pic'
1      Don't generate position-independent code (default)
1 
1 '-march=ISA'
1      Select the base isa, as specified by ISA. For example
1      -march=rv32ima.
1 
1 '-mabi=ABI'
1      Selects the ABI, which is either "ilp32" or "lp64", optionally
1      followed by "f", "d", or "q" to indicate single-precision,
1      double-precision, or quad-precision floating-point calling
1      convention, or none to indicate the soft-float calling convention.
1