|
@@ -811,7 +811,7 @@ unit i_bsd;
|
|
system : system_i386_darwin;
|
|
system : system_i386_darwin;
|
|
name : 'Darwin for i386';
|
|
name : 'Darwin for i386';
|
|
shortname : 'Darwin';
|
|
shortname : 'Darwin';
|
|
- flags : [tf_p_ext_support,tf_files_case_sensitive,tf_smartlink_sections,tf_dwarf_relative_addresses,tf_dwarf_only_local_labels,tf_pic_uses_got,tf_pic_default,tf_has_winlike_resources];
|
|
|
|
|
|
+ flags : [tf_p_ext_support,tf_files_case_sensitive,tf_smartlink_sections,tf_dwarf_relative_addresses,tf_dwarf_only_local_labels,tf_pic_uses_got,tf_pic_default,tf_has_winlike_resources,tf_use_hlcfi];
|
|
cpu : cpu_i386;
|
|
cpu : cpu_i386;
|
|
unit_env : 'BSDUNITS';
|
|
unit_env : 'BSDUNITS';
|
|
extradefines : 'UNIX;BSD;HASUNIX';
|
|
extradefines : 'UNIX;BSD;HASUNIX';
|
|
@@ -879,7 +879,7 @@ unit i_bsd;
|
|
system : system_i386_iphonesim;
|
|
system : system_i386_iphonesim;
|
|
name : 'Darwin/iPhoneSim for i386';
|
|
name : 'Darwin/iPhoneSim for i386';
|
|
shortname : 'iPhoneSim';
|
|
shortname : 'iPhoneSim';
|
|
- flags : [tf_p_ext_support,tf_files_case_sensitive,tf_smartlink_sections,tf_dwarf_relative_addresses,tf_dwarf_only_local_labels,tf_pic_uses_got,tf_pic_default,tf_has_winlike_resources];
|
|
|
|
|
|
+ flags : [tf_p_ext_support,tf_files_case_sensitive,tf_smartlink_sections,tf_dwarf_relative_addresses,tf_dwarf_only_local_labels,tf_pic_uses_got,tf_pic_default,tf_has_winlike_resources,tf_use_hlcfi];
|
|
cpu : cpu_i386;
|
|
cpu : cpu_i386;
|
|
unit_env : 'BSDUNITS';
|
|
unit_env : 'BSDUNITS';
|
|
extradefines : 'UNIX;BSD;HASUNIX;DARWIN'; // also define darwin for code compatibility
|
|
extradefines : 'UNIX;BSD;HASUNIX;DARWIN'; // also define darwin for code compatibility
|
|
@@ -1015,7 +1015,7 @@ unit i_bsd;
|
|
system : system_x86_64_darwin;
|
|
system : system_x86_64_darwin;
|
|
name : 'Darwin for x86_64';
|
|
name : 'Darwin for x86_64';
|
|
shortname : 'Darwin';
|
|
shortname : 'Darwin';
|
|
- flags : [tf_p_ext_support,tf_files_case_sensitive,tf_smartlink_sections,tf_dwarf_relative_addresses,tf_dwarf_only_local_labels,tf_pic_default,tf_has_winlike_resources
|
|
|
|
|
|
+ flags : [tf_p_ext_support,tf_files_case_sensitive,tf_smartlink_sections,tf_dwarf_relative_addresses,tf_dwarf_only_local_labels,tf_pic_default,tf_has_winlike_resources,tf_use_hlcfi
|
|
{$ifdef llvm},tf_use_psabieh{$endif}];
|
|
{$ifdef llvm},tf_use_psabieh{$endif}];
|
|
cpu : cpu_x86_64;
|
|
cpu : cpu_x86_64;
|
|
unit_env : 'BSDUNITS';
|
|
unit_env : 'BSDUNITS';
|
|
@@ -1083,7 +1083,7 @@ unit i_bsd;
|
|
system : system_x86_64_iphonesim;
|
|
system : system_x86_64_iphonesim;
|
|
name : 'Darwin/iPhoneSim for x86_64';
|
|
name : 'Darwin/iPhoneSim for x86_64';
|
|
shortname : 'iPhoneSim';
|
|
shortname : 'iPhoneSim';
|
|
- flags : [tf_p_ext_support,tf_files_case_sensitive,tf_smartlink_sections,tf_dwarf_relative_addresses,tf_dwarf_only_local_labels,tf_pic_default,tf_has_winlike_resources];
|
|
|
|
|
|
+ flags : [tf_p_ext_support,tf_files_case_sensitive,tf_smartlink_sections,tf_dwarf_relative_addresses,tf_dwarf_only_local_labels,tf_pic_default,tf_has_winlike_resources,tf_use_hlcfi];
|
|
cpu : cpu_x86_64;
|
|
cpu : cpu_x86_64;
|
|
unit_env : 'BSDUNITS';
|
|
unit_env : 'BSDUNITS';
|
|
extradefines : 'UNIX;BSD;HASUNIX;DARWIN'; // also define darwin for code compatibility
|
|
extradefines : 'UNIX;BSD;HASUNIX;DARWIN'; // also define darwin for code compatibility
|