Browse Source

* added _ before avr in cpusuffix. All other targets have.
Due to remark of "ghieber" on forum.

git-svn-id: trunk@30250 -

marco 10 years ago
parent
commit
9255bc0fe5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/fpcm/fpcmmain.pp

+ 1 - 1
utils/fpcm/fpcmmain.pp

@@ -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=(