浏览代码

* m68k-atari: make the Atari target use 68000 CPU as default

Karoly Balogh 3 年之前
父节点
当前提交
ed2dca9a9b
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      compiler/options.pas

+ 1 - 0
compiler/options.pas

@@ -5007,6 +5007,7 @@ begin
             init_settings.fputype:=fpu_68881;
             init_settings.fputype:=fpu_68881;
           end;
           end;
       end;
       end;
+    system_m68k_atari,
     system_m68k_sinclairql:
     system_m68k_sinclairql:
       begin
       begin
         if not option.CPUSetExplicitly then
         if not option.CPUSetExplicitly then