浏览代码

+ define psabieh to enable dwarf based exception handling

git-svn-id: branches/debug_eh@41288 -
florian 6 年之前
父节点
当前提交
501b384b17
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5 1
      compiler/systems/i_linux.pas

+ 5 - 1
compiler/systems/i_linux.pas

@@ -40,7 +40,11 @@ unit i_linux;
 {$endif tls_threadvars}
                             tf_needs_symbol_type,tf_files_case_sensitive,
                             tf_needs_dwarf_cfi,tf_has_winlike_resources,
-                            tf_safecall_exceptions, tf_safecall_clearstack];
+                            tf_safecall_exceptions, tf_safecall_clearstack
+{$ifdef psabieh}
+                            ,tf_use_psabieh
+{$endif psabieh}
+                            ];
             cpu          : cpu_i386;
             unit_env     : 'LINUXUNITS';
             extradefines : 'UNIX;HASUNIX';