| GNU Compiler Collection (GCC) | www.imodulo.com · 2003-11-10 | ||
| [ Software | Documentation | Contact ] |
These -m options are defined for Matsushita MN10300 architectures:
-mmult-bugGenerate code to avoid bugs in the multiply instructions for the MN10300 processors. This is the default.
-mno-mult-bugDo not generate code to avoid bugs in the multiply instructions for the MN10300 processors.
-mam33Generate code which uses features specific to the AM33 processor.
-mno-am33Do not generate code which uses features specific to the AM33 processor. This is the default.
-mno-crt0Do not link in the C run-time initialization object file.
-mrelaxIndicate to the linker that it should perform a relaxation optimization pass to shorten branches, calls and absolute memory addresses. This option only has an effect when used on the command line for the final link step.
This option makes symbolic debugging impossible.
| © Free Software Foundation, Inc. |