Bläddra i källkod

+ re-enable smartlinking for MorphOS

git-svn-id: trunk@11868 -
Károly Balogh 17 år sedan
förälder
incheckning
7ce0dd43ab
1 ändrade filer med 1 tillägg och 1 borttagningar
  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;
             system       : system_powerpc_MorphOS;
             name         : 'MorphOS';
             name         : 'MorphOS';
             shortname    : '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;
             cpu          : cpu_powerpc;
             unit_env     : '';
             unit_env     : '';
             extradefines : '';
             extradefines : '';