mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 03:30:30 +02:00
* enabled af_smartlink_sections for i386-wince.
git-svn-id: trunk@5743 -
This commit is contained in:
parent
1044e84ea3
commit
f8cfa49971
@ -2722,7 +2722,7 @@ const pemagic : array[0..3] of byte = (
|
|||||||
asmbin : '';
|
asmbin : '';
|
||||||
asmcmd : '';
|
asmcmd : '';
|
||||||
supported_target : system_i386_wince;
|
supported_target : system_i386_wince;
|
||||||
flags : [af_outputbinary];
|
flags : [af_outputbinary,af_smartlink_sections];
|
||||||
labelprefix : '.L';
|
labelprefix : '.L';
|
||||||
comment : '';
|
comment : '';
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user