Browse Source

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

git-svn-id: trunk@40920 -
florian 6 years ago
parent
commit
6c82b2d1da
1 changed files with 0 additions and 2 deletions
  1. 0 2
      compiler/arm/agarmgas.pas

+ 0 - 2
compiler/arm/agarmgas.pas

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