* define for armel fixed

git-svn-id: trunk@9164 -
This commit is contained in:
florian 2007-11-08 21:03:46 +00:00
parent 0cb965fdbe
commit 8075f99ce9
2 changed files with 3 additions and 4 deletions

View File

@ -2454,7 +2454,6 @@ begin
{$endif cpufpemu}
end;
{ now we can defined cpu and cpu type }
def_system_macro('CPU'+Cputypestr[init_settings.cputype]);

View File

@ -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