mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-01 15:30:43 +02:00
Add tf_pic_uses_got for sparc linux and sparc solaris
git-svn-id: trunk@22485 -
This commit is contained in:
parent
20c9d19764
commit
e2f5e11778
@ -483,8 +483,9 @@ unit i_linux;
|
||||
name : 'Linux for SPARC';
|
||||
shortname : 'Linux';
|
||||
flags : [tf_needs_symbol_size,tf_library_needs_pic,tf_smartlink_sections,
|
||||
tf_needs_symbol_type,tf_files_case_sensitive,tf_smartlink_library,
|
||||
tf_requires_proper_alignment,
|
||||
tf_needs_symbol_type,tf_files_case_sensitive,
|
||||
tf_smartlink_library,tf_pic_uses_got,
|
||||
tf_requires_proper_alignment,tf_safecall_exceptions, tf_safecall_clearstack,
|
||||
tf_has_winlike_resources];
|
||||
cpu : cpu_SPARC;
|
||||
unit_env : 'LINUXUNITS';
|
||||
|
@ -100,7 +100,7 @@ unit i_sunos;
|
||||
name : 'Solaris for x86-64';
|
||||
shortname : 'solaris';
|
||||
flags : [tf_needs_symbol_size,tf_needs_symbol_type,
|
||||
tf_under_development,
|
||||
tf_under_development,
|
||||
tf_files_case_sensitive,
|
||||
tf_requires_proper_alignment,tf_smartlink_library,tf_library_needs_pic,
|
||||
tf_has_winlike_resources];
|
||||
@ -168,6 +168,7 @@ unit i_sunos;
|
||||
shortname : 'solaris';
|
||||
flags : [tf_needs_symbol_size,tf_under_development,
|
||||
tf_files_case_sensitive,
|
||||
tf_pic_uses_got,
|
||||
tf_requires_proper_alignment,tf_smartlink_library,
|
||||
tf_has_winlike_resources];
|
||||
cpu : cpu_SPARC;
|
||||
|
Loading…
Reference in New Issue
Block a user