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
This commit is contained in:
David S. Miller 2011-10-04 15:45:49 +00:00 committed by David S. Miller
parent 80642376c0
commit 1de6359c61
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -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" },