فهرست منبع

- removed tf_smartlink_sections flags from the msdos target

git-svn-id: trunk@30561 -
nickysn 10 سال پیش
والد
کامیت
38c17305d3
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      compiler/systems/i_msdos.pas

+ 1 - 1
compiler/systems/i_msdos.pas

@@ -41,7 +41,7 @@ unit i_msdos;
             system       : system_i8086_msdos;
             name         : 'MS-DOS 16-bit real mode';
             shortname    : 'MSDOS';
-            flags        : [tf_use_8_3,tf_smartlink_library,tf_smartlink_sections,
+            flags        : [tf_use_8_3,tf_smartlink_library,
                             tf_no_objectfiles_when_smartlinking,tf_cld];
             cpu          : cpu_i8086;
             unit_env     : 'MSDOSUNITS';