Commit 1de6359c by David S. Miller Committed by David S. Miller

Small -m{cpu,tune}=native fix under Linux/Sparc.

	* config/sparc/driver-sparc.c (cpu_names): Fix string for supersparc
	under Linux.

From-SVN: r179510
parent 80642376
2011-10-04 David S. Miller <davem@davemloft.net>
* config/sparc/driver-sparc.c (cpu_names): Fix string for supersparc
under Linux.
2011-10-04 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/50604
......@@ -58,7 +58,7 @@ static const struct cpu_names {
{ "SPARC-T3", "niagara3" },
{ "SPARC-T4", "niagara4" },
#else
{ "SuperSPARC", "supersparc" },
{ "SuperSparc", "supersparc" },
{ "HyperSparc", "hypersparc" },
{ "SpitFire", "ultrasparc" },
{ "BlackBird", "ultrasparc" },
......
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