Commit ba542005 by Richard Kenner

(cpu_default): Add entries for v8 and supersparc.

From-SVN: r13034
parent 1c84128d
...@@ -140,9 +140,11 @@ sparc_override_options () ...@@ -140,9 +140,11 @@ sparc_override_options ()
char *name; char *name;
} cpu_default[] = { } cpu_default[] = {
{ TARGET_CPU_sparc, "cypress" }, { TARGET_CPU_sparc, "cypress" },
{ TARGET_CPU_v8, "v8" },
{ TARGET_CPU_supersparc, "supersparc" },
{ TARGET_CPU_sparclet, "tsc701" }, { TARGET_CPU_sparclet, "tsc701" },
{ TARGET_CPU_sparclite, "f930" }, { TARGET_CPU_sparclite, "f930" },
{ TARGET_CPU_sparc64, "ultrasparc" }, { TARGET_CPU_ultrasparc, "ultrasparc" },
{ 0 } { 0 }
}; };
struct cpu_default *def; struct cpu_default *def;
......
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