mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-08 12:39:39 +02:00
* made arm-wince default target for arm cross compilers hosted on windows
git-svn-id: trunk@7041 -
This commit is contained in:
parent
9c1604ea44
commit
9511c9ffd2
@ -898,7 +898,11 @@ begin
|
|||||||
{$ifdef cpuarm}
|
{$ifdef cpuarm}
|
||||||
default_target(source_info.system);
|
default_target(source_info.system);
|
||||||
{$else cpuarm}
|
{$else cpuarm}
|
||||||
|
{$ifdef WINDOWS}
|
||||||
|
default_target(system_arm_wince);
|
||||||
|
{$else WINDOWS}
|
||||||
default_target(system_arm_linux);
|
default_target(system_arm_linux);
|
||||||
|
{$endif WINDOWS}
|
||||||
{$endif cpuarm}
|
{$endif cpuarm}
|
||||||
{$endif arm}
|
{$endif arm}
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user