Browse Source

optimizecputype back to cpu_mips1

Kirill Kranz 10 months ago
parent
commit
ce20ea8043
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/options.pas

+ 1 - 1
compiler/options.pas

@@ -5583,7 +5583,7 @@ begin
         if not option.CPUSetExplicitly then
         if not option.CPUSetExplicitly then
           init_settings.cputype:=cpu_mips1;
           init_settings.cputype:=cpu_mips1;
         if not option.OptCPUSetExplicitly then
         if not option.OptCPUSetExplicitly then
-          init_settings.optimizecputype:=cpu_none;
+          init_settings.optimizecputype:=cpu_mips1;
         if not option.FPUSetExplicitly then
         if not option.FPUSetExplicitly then
           begin
           begin
             include(init_settings.moduleswitches,cs_fp_emulation);
             include(init_settings.moduleswitches,cs_fp_emulation);