mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 10:50:31 +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}
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user