Commit a349007c by Ian Lance Taylor

Let mips_cpu and mips_cpu_string be defaulted.

From-SVN: r7908
parent f2974b07
......@@ -3110,6 +3110,14 @@ override_options ()
mips_cpu = PROCESSOR_R4000;
break;
}
#ifdef MIPS_CPU_DEFAULT
if (mips_isa_string == (char *)0)
{
mips_cpu_string = MIPS_CPU_STRING_DEFAULT;
mips_cpu = MIPS_CPU_DEFAULT;
}
#endif
}
else
......
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