From dc4637862ff15560c16e5438618e8daf125b627a Mon Sep 17 00:00:00 2001 From: svenbarth Date: Thu, 13 Aug 2020 05:42:36 +0000 Subject: [PATCH] + add a constant that describes all internal COFF writers (be it PE/COFF or not) git-svn-id: trunk@46409 - --- compiler/systems.pas | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/compiler/systems.pas b/compiler/systems.pas index 87a87619c8..d068ee7506 100644 --- a/compiler/systems.pas +++ b/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',