xref: /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nds32/nds32-elf.opt (revision 627f7eb200a4419d89b531d55fccd2ee3ffdcde0)
1mcmodel=
2Target RejectNegative Joined Enum(nds32_cmodel_type) Var(nds32_cmodel_option) Init(CMODEL_MEDIUM)
3Specify the address generation strategy for code model.
4
5Enum
6Name(nds32_cmodel_type) Type(enum nds32_cmodel_type)
7Known cmodel types (for use with the -mcmodel= option):
8
9EnumValue
10Enum(nds32_cmodel_type) String(small) Value(CMODEL_SMALL)
11
12EnumValue
13Enum(nds32_cmodel_type) String(medium) Value(CMODEL_MEDIUM)
14
15EnumValue
16Enum(nds32_cmodel_type) String(large) Value(CMODEL_LARGE)
17