* more compiler suffix fixes, mantis #33606, Aarch64 and m68k

git-svn-id: trunk@38866 -
This commit is contained in:
marco 2018-04-29 14:08:00 +00:00
parent 8c854cedee
commit 64d8f26b38

View File

@ -90,7 +90,7 @@ interface
); );
ppcSuffix : array[TCpu] of string=( ppcSuffix : array[TCpu] of string=(
'386','m68k','ppc','sparc','x64','arm','ppc64','avr','armeb', 'armel', 'mips', 'mipsel', 'mips64', 'mips64el', 'jvm','8086','aarch64','wasm','sparc64' '386','68k','ppc','sparc','x64','arm','ppc64','avr','armeb', 'armel', 'mips', 'mipsel', 'mips64', 'mips64el', 'jvm','8086','a64','wasm','sparc64'
); );
OSStr : array[TOS] of string=( OSStr : array[TOS] of string=(