소스 검색

+ re-enable smartlinking for MorphOS

git-svn-id: trunk@11868 -
Károly Balogh 17 년 전
부모
커밋
7ce0dd43ab
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/systems/i_morph.pas

+ 1 - 1
compiler/systems/i_morph.pas

@@ -32,7 +32,7 @@ unit i_morph;
             system       : system_powerpc_MorphOS;
             name         : 'MorphOS';
             shortname    : 'MorphOS';
-            flags        : [tf_files_case_aware,tf_use_function_relative_addresses];
+            flags        : [tf_files_case_aware,tf_use_function_relative_addresses,tf_smartlink_library];
             cpu          : cpu_powerpc;
             unit_env     : '';
             extradefines : '';