mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-27 14:39:12 +02:00
* enable sections smartlinking for *BSD, seems to work nowadays.
git-svn-id: trunk@24304 -
This commit is contained in:
parent
8b411a549c
commit
e6dc52bac8
@ -64,7 +64,7 @@ unit i_bsd;
|
||||
tf_section_threadvars,
|
||||
{$endif segment_threadvars}
|
||||
tf_needs_symbol_type,tf_needs_symbol_size,tf_smartlink_library
|
||||
{,tf_smartlink_sections},tf_has_winlike_resources];
|
||||
,tf_smartlink_sections,tf_has_winlike_resources];
|
||||
cpu : cpu_i386;
|
||||
unit_env : 'BSDUNITS';
|
||||
extradefines : 'UNIX;BSD;HASUNIX';
|
||||
@ -129,8 +129,8 @@ unit i_bsd;
|
||||
shortname : 'FreeBSD';
|
||||
flags : [tf_needs_symbol_size,tf_needs_dwarf_cfi,tf_library_needs_pic,tf_needs_symbol_type,
|
||||
tf_files_case_sensitive,tf_smartlink_library,
|
||||
tf_dwarf_only_local_labels
|
||||
{ tf_pic_uses_got,tf_smartlink_sections},tf_has_winlike_resources];
|
||||
tf_dwarf_only_local_labels,
|
||||
{tf_pic_uses_got,}tf_smartlink_sections,tf_has_winlike_resources];
|
||||
cpu : cpu_x86_64;
|
||||
unit_env : 'BSDUNITS';
|
||||
extradefines : 'UNIX;HASUNIX;BSD';
|
||||
@ -319,8 +319,8 @@ unit i_bsd;
|
||||
shortname : 'OpenBSD';
|
||||
flags : [tf_needs_symbol_size,tf_needs_dwarf_cfi,tf_library_needs_pic,tf_needs_symbol_type,
|
||||
tf_files_case_sensitive,tf_smartlink_library, tf_under_development,
|
||||
tf_dwarf_only_local_labels
|
||||
{ tf_pic_uses_got,tf_smartlink_sections},tf_has_winlike_resources];
|
||||
tf_dwarf_only_local_labels,
|
||||
{ tf_pic_uses_got,}tf_smartlink_sections,tf_has_winlike_resources];
|
||||
cpu : cpu_x86_64;
|
||||
unit_env : 'BSDUNITS';
|
||||
extradefines : 'UNIX;HASUNIX;BSD';
|
||||
@ -509,8 +509,8 @@ unit i_bsd;
|
||||
shortname : 'NetBSD';
|
||||
flags : [tf_needs_symbol_size,tf_needs_dwarf_cfi,tf_library_needs_pic,tf_needs_symbol_type,
|
||||
tf_files_case_sensitive,tf_smartlink_library, tf_under_development,
|
||||
tf_dwarf_only_local_labels
|
||||
{ tf_pic_uses_got,tf_smartlink_sections},tf_has_winlike_resources];
|
||||
tf_dwarf_only_local_labels,
|
||||
{ tf_pic_uses_got,}tf_smartlink_sections,tf_has_winlike_resources];
|
||||
cpu : cpu_x86_64;
|
||||
unit_env : 'BSDUNITS';
|
||||
extradefines : 'UNIX;HASUNIX;BSD';
|
||||
|
Loading…
Reference in New Issue
Block a user