gcc: Submodel Options

1 
1 3.18 Machine-Dependent Options
1 ==============================
1 
1 Each target machine supported by GCC can have its own options--for
1 example, to allow you to compile for a particular processor variant or
1 ABI, or to control optimizations specific to that machine.  By
1 convention, the names of machine-specific options start with '-m'.
1 
1  Some configurations of the compiler also support additional
1 target-specific options, usually for compatibility with other compilers
1 on the same platform.
1 

Menu