Commit 1a11507a by Alan Modra

missed hunk from last commit

From-SVN: r164046
parent 5a79bcc4
......@@ -4000,6 +4000,8 @@ rs6000_handle_option (size_t code, const char *arg, int value)
case OPT_mcmodel_:
if (strcmp (arg, "small") == 0)
cmodel = CMODEL_SMALL;
else if (strcmp (arg, "medium") == 0)
cmodel = CMODEL_MEDIUM;
else if (strcmp (arg, "large") == 0)
cmodel = CMODEL_LARGE;
else
......
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