Commit 74dad6ce by Richard Kenner

(override_options): Set default for alpha_cpu from TARGET_CPU_DEFAULT.

From-SVN: r14508
parent 08fc0184
......@@ -105,7 +105,8 @@ static void alpha_sa_mask PROTO((unsigned long *imaskP,
void
override_options ()
{
alpha_cpu = PROCESSOR_EV4;
alpha_cpu
= TARGET_CPU_DEFAULT & MASK_CPU_EV5 ? PROCESSOR_EV5 : PROCESSOR_EV4;
if (alpha_cpu_string)
{
......
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