Commit be78cbc9 by Richard Henderson Committed by Richard Henderson

* alpha.c (override_options): Add -mcpu=ev45 as an alias for ev4.

From-SVN: r27770
parent 31bfaa0b
Fri Jun 25 11:33:24 1999 Richard Henderson <rth@cygnus.com>
* alpha.c (override_options): Add -mcpu=ev45 as an alias for ev4.
Fri Jun 25 13:41:25 1999 David Edelsohn <edelsohn@gnu.org> Fri Jun 25 13:41:25 1999 David Edelsohn <edelsohn@gnu.org>
* rs6000.c (output_toc): Always use hex values for floating-point * rs6000.c (output_toc): Always use hex values for floating-point
......
...@@ -198,6 +198,7 @@ override_options () ...@@ -198,6 +198,7 @@ override_options ()
if (alpha_cpu_string) if (alpha_cpu_string)
{ {
if (! strcmp (alpha_cpu_string, "ev4") if (! strcmp (alpha_cpu_string, "ev4")
|| ! strcmp (alpha_cpu_string, "ev45")
|| ! strcmp (alpha_cpu_string, "21064")) || ! strcmp (alpha_cpu_string, "21064"))
{ {
alpha_cpu = PROCESSOR_EV4; alpha_cpu = PROCESSOR_EV4;
......
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