瀏覽代碼

m68k: define CPUCOLDFIRE on the CF family targets

git-svn-id: trunk@33531 -
Károly Balogh 9 年之前
父節點
當前提交
510c3456d6
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      compiler/options.pas

+ 4 - 0
compiler/options.pas

@@ -3905,6 +3905,10 @@ begin
       end;
   end;
 {$endif mipsel}
+{$ifdef m68k}
+  if init_settings.cputype in cpu_coldfire then
+    def_system_macro('CPUCOLDFIRE');
+{$endif m68k}
 
   { now we can define cpu and fpu type }
   def_system_macro('CPU'+Cputypestr[init_settings.cputype]);