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:
parent
80642376c0
commit
1de6359c61
@ -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
|
||||
|
@ -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" },
|
||||
|
Loading…
Reference in New Issue
Block a user