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

git-svn-id: trunk@7041 -
This commit is contained in:
florian 2007-03-31 20:56:16 +00:00
parent 9c1604ea44
commit 9511c9ffd2

View File

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