Commit 6855fa21 by Chung-Ju Wu Committed by Chung-Ju Wu

[NDS32] Change to large model by default.

gcc/
	* config/nds32/nds32.opt: Change -mcmodel= default value.

From-SVN: r258215
parent e576ddb5
2018-03-03 Chung-Ju Wu <jasonwucj@gmail.com>
* config/nds32/nds32.opt: Change -mcmodel= default value.
2018-03-03 Kito Cheng <kito.cheng@gmail.com>
Monk Chiang <sh.chiang04@gmail.com>
Chung-Ju Wu <jasonwucj@gmail.com>
......
......@@ -103,7 +103,7 @@ EnumValue
Enum(nds32_arch_type) String(v3m) Value(ARCH_V3M)
mcmodel=
Target RejectNegative Joined Enum(nds32_cmodel_type) Var(nds32_cmodel_option) Init(CMODEL_MEDIUM)
Target RejectNegative Joined Enum(nds32_cmodel_type) Var(nds32_cmodel_option) Init(CMODEL_LARGE)
Specify the address generation strategy for code model.
Enum
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment