瀏覽代碼

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

git-svn-id: trunk@7041 -
florian 18 年之前
父節點
當前提交
9511c9ffd2
共有 1 個文件被更改,包括 4 次插入0 次删除
  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;