mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 05:59:08 +02:00
* define for armel fixed
git-svn-id: trunk@9164 -
This commit is contained in:
parent
0cb965fdbe
commit
8075f99ce9
@ -2454,7 +2454,6 @@ begin
|
||||
{$endif cpufpemu}
|
||||
end;
|
||||
|
||||
|
||||
{ now we can defined cpu and cpu type }
|
||||
def_system_macro('CPU'+Cputypestr[init_settings.cputype]);
|
||||
|
||||
|
@ -532,7 +532,7 @@ unit i_linux;
|
||||
abi : abi_default
|
||||
);
|
||||
|
||||
{$ifdef ARMEL}
|
||||
{$ifdef FPC_ARMEL}
|
||||
system_arm_linux_info : tsysteminfo =
|
||||
(
|
||||
system : system_arm_Linux;
|
||||
@ -592,7 +592,7 @@ unit i_linux;
|
||||
stacksize : 262144;
|
||||
abi : abi_eabi
|
||||
);
|
||||
{$else ARMEL}
|
||||
{$else FPC_ARMEL}
|
||||
system_arm_linux_info : tsysteminfo =
|
||||
(
|
||||
system : system_arm_Linux;
|
||||
@ -652,7 +652,7 @@ unit i_linux;
|
||||
stacksize : 262144;
|
||||
abi : abi_default
|
||||
);
|
||||
{$endif ARMEL}
|
||||
{$endif FPC_ARMEL}
|
||||
|
||||
implementation
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user