瀏覽代碼

Add ogmacho unit loading unless NOOGMACHO macro is defined

Pierre Muller 1 年之前
父節點
當前提交
010127a622
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      compiler/i386/cputarg.pas

+ 7 - 0
compiler/i386/cputarg.pas

@@ -107,9 +107,16 @@ implementation
       ,agx86int
     {$endif}
 
+    {$ifndef NOOGCOFF}
       ,ogcoff
+    {$endif}
+    {$ifndef NOOGCOFF}
       ,ogelf
       ,cpuelf
+    {$endif}
+    {$ifndef NOOGMACHO}
+      ,ogmacho
+    {$endif}
 
 {**************************************
         Assembler Readers