Explorar o código

* made arm-wince default target for arm cross compilers hosted on windows

git-svn-id: trunk@7041 -
florian %!s(int64=18) %!d(string=hai) anos
pai
achega
9511c9ffd2
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      compiler/systems.pas

+ 4 - 0
compiler/systems.pas

@@ -898,7 +898,11 @@ begin
   {$ifdef cpuarm}
     default_target(source_info.system);
   {$else cpuarm}
+  {$ifdef WINDOWS}
+    default_target(system_arm_wince);
+  {$else WINDOWS}
     default_target(system_arm_linux);
+  {$endif WINDOWS}
   {$endif cpuarm}
 {$endif arm}
 end;