| GNU Compiler Collection (GCC) | www.imodulo.com · 2003-11-10 | ||
| [ Software | Documentation | Contact ] |
These are the -m options defined for the Motorola M*Core processors.
-mhardlit-mno-hardlitInline constants into the code stream if it can be done in two instructions or less.
-mdiv-mno-divUse the divide instruction. (Enabled by default).
-mrelax-immediate-mno-relax-immediateAllow arbitrary sized immediates in bit operations.
-mwide-bitfields-mno-wide-bitfieldsAlways treat bit-fields as int-sized.
-m4byte-functions-mno-4byte-functionsForce all functions to be aligned to a four byte boundary.
-mcallgraph-data-mno-callgraph-dataEmit callgraph information.
-mslow-bytes-mno-slow-bytesPrefer word access when reading byte quantities.
-mlittle-endian-mbig-endianGenerate code for a little endian target.
-m210-m340Generate code for the 210 processor.
| © Free Software Foundation, Inc. |