mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 21:49:18 +02:00
* solaris x86-64 libraries require pic
git-svn-id: trunk@14286 -
This commit is contained in:
parent
b0a77480cf
commit
be8470125f
@ -101,7 +101,7 @@ unit i_sunos;
|
|||||||
shortname : 'solaris';
|
shortname : 'solaris';
|
||||||
flags : [tf_needs_symbol_size,tf_under_development,
|
flags : [tf_needs_symbol_size,tf_under_development,
|
||||||
tf_files_case_sensitive,tf_use_function_relative_addresses,
|
tf_files_case_sensitive,tf_use_function_relative_addresses,
|
||||||
tf_requires_proper_alignment,tf_smartlink_library,
|
tf_requires_proper_alignment,tf_smartlink_library,tf_library_needs_pic,
|
||||||
tf_has_winlike_resources];
|
tf_has_winlike_resources];
|
||||||
cpu : cpu_x86_64;
|
cpu : cpu_x86_64;
|
||||||
unit_env : 'SOLARISUNITS';
|
unit_env : 'SOLARISUNITS';
|
||||||
|
Loading…
Reference in New Issue
Block a user