|
@@ -466,7 +466,10 @@ unit i_bsd;
|
|
|
flags : [tf_needs_symbol_size,tf_needs_dwarf_cfi,tf_library_needs_pic,tf_needs_symbol_type,
|
|
|
tf_files_case_sensitive, tf_under_development,
|
|
|
tf_dwarf_only_local_labels, tf_pic_default,
|
|
|
- { tf_pic_uses_got,}tf_smartlink_sections,tf_has_winlike_resources,tf_supports_hidden_symbols];
|
|
|
+{$ifdef llvm}
|
|
|
+ tf_use_psabieh,
|
|
|
+{$endif llvm}
|
|
|
+ { tf_pic_uses_got,}tf_smartlink_sections,tf_has_winlike_resources,tf_supports_hidden_symbols];
|
|
|
cpu : cpu_x86_64;
|
|
|
unit_env : 'BSDUNITS';
|
|
|
extradefines : 'UNIX;HASUNIX;BSD';
|