Browse Source

* don't do section smartlinking on symbian

git-svn-id: trunk@7151 -
florian 18 years ago
parent
commit
1ce644ddda
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/systems/i_symbian.pas

+ 1 - 1
compiler/systems/i_symbian.pas

@@ -33,7 +33,7 @@ unit i_symbian;
             name         : 'Symbian OS for i386';
             shortname    : 'Symbian';
             flags        : [tf_files_case_aware,tf_has_dllscanner,tf_use_function_relative_addresses
-                            ,tf_smartlink_sections{,tf_section_threadvars}{,tf_needs_dwarf_cfi},tf_winlikewidestring];
+                            {,tf_smartlink_sections,tf_section_threadvars}{,tf_needs_dwarf_cfi},tf_winlikewidestring];
             cpu          : cpu_i386;
             unit_env     : 'SYMBIANUNITS';
             extradefines : 'UNIX;SYMBIAN';