瀏覽代碼

+ add a constant that describes all internal COFF writers (be it PE/COFF or not)

git-svn-id: trunk@46409 -
svenbarth 5 年之前
父節點
當前提交
dc4637862f
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      compiler/systems.pas

+ 4 - 0
compiler/systems.pas

@@ -443,6 +443,10 @@ interface
                              + [system_i386_beos,system_i386_haiku]
                              + [system_powerpc_morphos];
 
+       { all internal COFF writers }
+       asms_int_coff = [as_arm_pecoffwince,as_x86_64_pecoff,as_i386_pecoffwince,
+                        as_i386_pecoffwdosx,as_i386_pecoff,as_i386_coff];
+
        cpu2str : array[TSystemCpu] of string[10] =
             ('','i386','m68k','alpha','powerpc','sparc','vm','ia64','x86_64',
              'mips','arm', 'powerpc64', 'avr', 'mipsel','jvm', 'i8086',