Преглед изворни кода

* pass used tls model to the assembler

git-svn-id: trunk@40677 -
florian пре 6 година
родитељ
комит
a7c347fe56
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      compiler/arm/agarmgas.pas

+ 1 - 1
compiler/arm/agarmgas.pas

@@ -101,7 +101,7 @@ unit agarmgas;
 
     function TArmGNUAssembler.MakeCmdLine: TCmdStr;
       begin
-        result:=inherited MakeCmdLine;
+        result:='-mtls-dialect=gnu '+inherited MakeCmdLine;
         if (current_settings.fputype = fpu_soft) then
           result:='-mfpu=softvfp '+result;
         if (current_settings.fputype = fpu_vfpv2) then