mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 14:19:31 +02:00
* added _ before avr in cpusuffix. All other targets have.
Due to remark of "ghieber" on forum. git-svn-id: trunk@30250 -
This commit is contained in:
parent
be2937bb17
commit
9255bc0fe5
@ -86,7 +86,7 @@ interface
|
|||||||
);
|
);
|
||||||
|
|
||||||
CpuSuffix : array[TCpu] of string=(
|
CpuSuffix : array[TCpu] of string=(
|
||||||
'_i386','_m68k','_powerpc','_sparc','_x86_64','_arm','_powerpc64','avr','_armeb', '_armel', '_mips', '_mipsel', '_mips64', '_mips64el', '_jvm','_i8086','_aarch64'
|
'_i386','_m68k','_powerpc','_sparc','_x86_64','_arm','_powerpc64','_avr','_armeb', '_armel', '_mips', '_mipsel', '_mips64', '_mips64el', '_jvm','_i8086','_aarch64'
|
||||||
);
|
);
|
||||||
|
|
||||||
ppcSuffix : array[TCpu] of string=(
|
ppcSuffix : array[TCpu] of string=(
|
||||||
|
Loading…
Reference in New Issue
Block a user