mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-11 20:29:14 +02:00
* disable section smartlinking
git-svn-id: trunk@1222 -
This commit is contained in:
parent
73e81ac45a
commit
1470fff825
@ -46,7 +46,7 @@ unit i_linux;
|
|||||||
system : system_i386_LINUX;
|
system : system_i386_LINUX;
|
||||||
name : 'Linux for i386';
|
name : 'Linux for i386';
|
||||||
shortname : 'Linux';
|
shortname : 'Linux';
|
||||||
flags : [tf_needs_symbol_size,tf_pic_uses_got,tf_smartlink_sections];
|
flags : [tf_needs_symbol_size,tf_pic_uses_got{,tf_smartlink_sections}];
|
||||||
cpu : cpu_i386;
|
cpu : cpu_i386;
|
||||||
unit_env : 'LINUXUNITS';
|
unit_env : 'LINUXUNITS';
|
||||||
extradefines : 'UNIX;HASUNIX';
|
extradefines : 'UNIX;HASUNIX';
|
||||||
|
Loading…
Reference in New Issue
Block a user