Browse Source

* -tls-dialect is not a as option, removed it, resolves #34901

git-svn-id: trunk@40920 -
florian 6 năm trước cách đây
mục cha
commit
6c82b2d1da
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      compiler/arm/agarmgas.pas

+ 0 - 2
compiler/arm/agarmgas.pas

@@ -102,8 +102,6 @@ unit agarmgas;
     function TArmGNUAssembler.MakeCmdLine: TCmdStr;
       begin
         result:=inherited MakeCmdLine;
-        if tf_section_threadvars in target_info.flags then
-          result:='-mtls-dialect=gnu '+result;
         if (current_settings.fputype = fpu_soft) then
           result:='-mfpu=softvfp '+result;
         if (current_settings.fputype = fpu_vfpv2) then