Let mips_cpu and mips_cpu_string be defaulted.

From-SVN: r7908
This commit is contained in:
Ian Lance Taylor 1994-08-12 22:54:56 +00:00
parent f2974b0710
commit a349007c7b

View File

@ -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