mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 13:28:05 +02:00
+ add a constant that describes all internal COFF writers (be it PE/COFF or not)
git-svn-id: trunk@46409 -
This commit is contained in:
parent
fbb8e161fa
commit
dc4637862f
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user