| GNU Compiler Collection (GCC) | www.imodulo.com · 2003-11-10 | ||
| [ Software | Documentation | Contact ] |
These are the -m options defined for the Intel IA-64 architecture.
-mbig-endianGenerate code for a big endian target. This is the default for HP-UX.
-mlittle-endianGenerate code for a little endian target. This is the default for AIX5 and Linux.
-mgnu-as-mno-gnu-asGenerate (or don't) code for the GNU assembler. This is the default.
-mgnu-ld-mno-gnu-ldGenerate (or don't) code for the GNU linker. This is the default.
-mno-picGenerate code that does not use a global pointer register. The result is not position independent code, and violates the IA-64 ABI.
-mvolatile-asm-stop-mno-volatile-asm-stopGenerate (or don't) a stop bit immediately before and after volatile asm statements.
-mb-stepGenerate code that works around Itanium B step errata.
-mregister-names-mno-register-namesGenerate (or don't) in, loc, and out register names for the stacked registers. This may make assembler output more readable.
-mno-sdata-msdataDisable (or enable) optimizations that use the small data section. This may be useful for working around optimizer bugs.
-mconstant-gpGenerate code that uses a single constant global pointer value. This is useful when compiling kernel code.
-mauto-picGenerate code that is self-relocatable. This implies -mconstant-gp. This is useful when compiling firmware code.
-minline-float-divide-min-latencyGenerate code for inline divides of floating point values using the minimum latency algorithm.
-minline-float-divide-max-throughputGenerate code for inline divides of floating point values using the maximum throughput algorithm.
-minline-int-divide-min-latencyGenerate code for inline divides of integer values using the minimum latency algorithm.
-minline-int-divide-max-throughputGenerate code for inline divides of integer values using the maximum throughput algorithm.
-mno-dwarf2-asm-mdwarf2-asmDon't (or do) generate assembler code for the DWARF2 line number debugging info. This may be useful when not using the GNU assembler.
-mfixed-range=register-rangeGenerate code treating the given register range as fixed registers. A fixed register is one that the register allocator can not use. This is useful when compiling kernel code. A register range is specified as two registers separated by a dash. Multiple register ranges can be specified separated by a comma.
| © Free Software Foundation, Inc. |