| GNU Compiler Collection (GCC) | www.imodulo.com · 2003-11-10 | ||
| [ Software | Documentation | Contact ] |
These options are defined for ARC implementations:
-ELCompile code for little endian mode. This is the default.
-EBCompile code for big endian mode.
-mmangle-cpuPrepend the name of the cpu to all public symbol names. In multiple-processor systems, there are many ARC variants with different instruction and register set characteristics. This flag prevents code compiled for one cpu to be linked with code compiled for another. No facility exists for handling variants that are "almost identical". This is an all or nothing option.
-mcpu=cpuCompile code for ARC variant cpu. Which variants are supported depend on the configuration. All variants support -mcpu=base, this is the default.
-mtext=text-section-mdata=data-section-mrodata=readonly-data-sectionPut functions, data, and readonly data in text-section, data-section, and readonly-data-section respectively by default. This can be overridden with the section attribute. Variable Attributes.
| © Free Software Foundation, Inc. |