mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-10 07:26:18 +02:00
+ tf_smartlink_sections set for arm-wince
git-svn-id: trunk@3547 -
This commit is contained in:
parent
f1cb336ee0
commit
d5008742e5
@ -151,7 +151,7 @@ unit i_win;
|
|||||||
system : system_arm_wince;
|
system : system_arm_wince;
|
||||||
name : 'WinCE for ARM';
|
name : 'WinCE for ARM';
|
||||||
shortname : 'WinCE';
|
shortname : 'WinCE';
|
||||||
flags : [tf_files_case_aware,tf_use_function_relative_addresses,tf_winlikewidestring];
|
flags : [tf_files_case_aware,tf_use_function_relative_addresses,tf_winlikewidestring,tf_smartlink_sections];
|
||||||
cpu : cpu_arm;
|
cpu : cpu_arm;
|
||||||
unit_env : '';
|
unit_env : '';
|
||||||
extradefines : 'UNDER_CE;WINDOWS';
|
extradefines : 'UNDER_CE;WINDOWS';
|
||||||
|
Loading…
Reference in New Issue
Block a user