瀏覽代碼

* add tf_needs_symbol_type for x86_64 solaris

git-svn-id: trunk@14387 -
pierre 15 年之前
父節點
當前提交
f7b75f4ecb
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      compiler/systems/i_sunos.pas

+ 2 - 1
compiler/systems/i_sunos.pas

@@ -98,7 +98,8 @@ unit i_sunos;
             system       : system_x86_64_solaris;
             system       : system_x86_64_solaris;
             name         : 'Solaris for x86-64';
             name         : 'Solaris for x86-64';
             shortname    : 'solaris';
             shortname    : 'solaris';
-            flags        : [tf_needs_symbol_size,tf_under_development,
+            flags        : [tf_needs_symbol_size,tf_needs_symbol_type,
+			    tf_under_development,
                             tf_files_case_sensitive,
                             tf_files_case_sensitive,
                             tf_requires_proper_alignment,tf_smartlink_library,tf_library_needs_pic,
                             tf_requires_proper_alignment,tf_smartlink_library,tf_library_needs_pic,
                             tf_has_winlike_resources];
                             tf_has_winlike_resources];