* 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:
marco 2015-03-17 09:09:14 +00:00
parent be2937bb17
commit 9255bc0fe5

View File

@ -86,7 +86,7 @@ interface
);
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=(