ソースを参照

it seems Coldfire needs tf_requires_proper_alignment, fixes taddr1/2 tests, maybe others too (but someone with clue about RTTI should confirm)

git-svn-id: trunk@23270 -
Károly Balogh 12 年 前
コミット
8fe2828e5a
1 ファイル変更1 行追加0 行削除
  1. 1 0
      compiler/systems/i_linux.pas

+ 1 - 0
compiler/systems/i_linux.pas

@@ -167,6 +167,7 @@ unit i_linux;
             name         : 'Linux for m68k';
             shortname    : 'Linux';
             flags        : [tf_needs_symbol_size,tf_needs_symbol_type,tf_files_case_sensitive,
+                            tf_requires_proper_alignment, { Coldfire seems to need this at least (KB) }
                             tf_smartlink_library,tf_has_winlike_resources];
             cpu          : cpu_m68k;
             unit_env     : 'LINUXUNITS';