Преглед на файлове

* define for armel fixed

git-svn-id: trunk@9164 -
florian преди 17 години
родител
ревизия
8075f99ce9
променени са 2 файла, в които са добавени 3 реда и са изтрити 4 реда
  1. 0 1
      compiler/options.pas
  2. 3 3
      compiler/systems/i_linux.pas

+ 0 - 1
compiler/options.pas

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

+ 3 - 3
compiler/systems/i_linux.pas

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