mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-27 20:11:02 +02:00
Add tf_smartlink_sections for i386-bsd target
git-svn-id: trunk@29137 -
This commit is contained in:
parent
7ffca97a68
commit
82b99d09bd
@ -255,7 +255,7 @@ unit i_bsd;
|
||||
system : system_i386_OpenBSD;
|
||||
name : 'OpenBSD for i386';
|
||||
shortname : 'OpenBSD';
|
||||
flags : [tf_pic_uses_got,tf_under_development,tf_files_case_sensitive,tf_smartlink_library,tf_has_winlike_resources];
|
||||
flags : [tf_pic_uses_got,tf_under_development,tf_files_case_sensitive,tf_smartlink_library,tf_smartlink_sections,tf_has_winlike_resources];
|
||||
cpu : cpu_i386;
|
||||
unit_env : 'BSDUNITS';
|
||||
extradefines : 'UNIX;BSD;HASUNIX';
|
||||
|
Loading…
Reference in New Issue
Block a user