mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 19:29:24 +02:00
* more compiler suffix fixes, mantis #33606, Aarch64 and m68k
git-svn-id: trunk@38866 -
This commit is contained in:
parent
8c854cedee
commit
64d8f26b38
@ -90,7 +90,7 @@ interface
|
||||
);
|
||||
|
||||
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=(
|
||||
|
Loading…
Reference in New Issue
Block a user