Commit 62d983a7 by Michael Meissner

Make --enable-cpu=xxx act like -mcpu=xxx, not -mtune=xxx.

From-SVN: r10821
parent 8e3f41e7
...@@ -49,7 +49,7 @@ enum processor_type rs6000_cpu; ...@@ -49,7 +49,7 @@ enum processor_type rs6000_cpu;
struct rs6000_cpu_select rs6000_select[3] = struct rs6000_cpu_select rs6000_select[3] =
{ {
/* switch name, tune arch */ /* switch name, tune arch */
{ (char *)0, "--enbable-cpu=", 1, 0 }, { (char *)0, "--enbable-cpu=", 1, 1 },
{ (char *)0, "-mcpu=", 1, 1 }, { (char *)0, "-mcpu=", 1, 1 },
{ (char *)0, "-mtune=", 1, 0 }, { (char *)0, "-mtune=", 1, 0 },
}; };
......
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