Go to the first, previous, next, last section, table of contents.

Compiling on MIPS targets

The MIPS target family toolchain controls variances in code generation directly from the command line.

When you run GCC, you can use command-line options to choose whether to take advantage of the extra MIPS machine instructions, and whether to generate code for hardware or software floating point.


Go to the first, previous, next, last section, table of contents.