[NDS32] Support Linux target for nds32.
[official-gcc.git] / gcc / config / nds32 / nds32-linux.opt
blob75ccd7625a29acf0ad0024055db7554bdaa342df
1 mcmodel=
2 Target RejectNegative Joined Enum(nds32_cmodel_type) Var(nds32_cmodel_option) Init(CMODEL_LARGE)
3 Specify the address generation strategy for code model.
5 Enum
6 Name(nds32_cmodel_type) Type(enum nds32_cmodel_type)
7 Known cmodel types (for use with the -mcmodel= option):
9 EnumValue
10 Enum(nds32_cmodel_type) String(small) Value(CMODEL_SMALL)
12 EnumValue
13 Enum(nds32_cmodel_type) String(medium) Value(CMODEL_MEDIUM)
15 EnumValue
16 Enum(nds32_cmodel_type) String(large) Value(CMODEL_LARGE)