mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 01:26:11 +02:00
+ eabi and armeb abi constants
+ abi2str array git-svn-id: trunk@9154 -
This commit is contained in:
parent
4328d626cf
commit
ed75834533
@ -198,6 +198,7 @@ interface
|
||||
|
||||
tabi = (abi_default
|
||||
,abi_powerpc_sysv,abi_powerpc_aix
|
||||
,abi_eabi,abi_armeb
|
||||
);
|
||||
|
||||
{*****************************************************************************
|
||||
@ -404,10 +405,13 @@ interface
|
||||
system_arm_embedded,system_powerpc64_embedded];
|
||||
|
||||
|
||||
cpu2str : array[TSystemCpu] of string =
|
||||
cpu2str : array[TSystemCpu] of string[10] =
|
||||
('','i386','m68k','alpha','powerpc','sparc','vm','ia64','x86_64',
|
||||
'mips','arm', 'powerpc64');
|
||||
|
||||
abi2str : array[tabi] of string[10] =
|
||||
('default','sysv','aix','eabi','armeb');
|
||||
|
||||
var
|
||||
targetinfos : array[tsystem] of psysteminfo;
|
||||
arinfos : array[tar] of parinfo;
|
||||
|
Loading…
Reference in New Issue
Block a user