Commit 5d6426e0 by Michael Meissner

Change --enable-cpu -> --with-cpu.

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