mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 13:39:30 +02:00
codetools: updated FPCProcessorNames
git-svn-id: trunk@45579 -
This commit is contained in:
parent
1891880cc5
commit
7d95c6eb09
@ -137,8 +137,17 @@ const
|
||||
FPCOperatingSystemAlternative2Names: array[1..2] of shortstring =(
|
||||
'bsd', 'linux' // see GetDefaultSrcOS2ForTargetOS
|
||||
);
|
||||
FPCProcessorNames: array[1..6] of shortstring =(
|
||||
'i386', 'powerpc', 'm68k', 'x86_64', 'sparc', 'arm'
|
||||
FPCProcessorNames: array[1..10] of shortstring =(
|
||||
'arm',
|
||||
'i386',
|
||||
'i8086',
|
||||
'jvm',
|
||||
'm68k',
|
||||
'mips',
|
||||
'mipsel',
|
||||
'powerpc',
|
||||
'sparc',
|
||||
'x86_64'
|
||||
);
|
||||
FPCSyntaxModes: array[1..6] of shortstring = (
|
||||
'FPC', 'ObjFPC', 'Delphi', 'TP', 'MacPas', 'ISO'
|
||||
|
Loading…
Reference in New Issue
Block a user