Explorar o código

* pass used tls model to the assembler

git-svn-id: trunk@40677 -
florian %!s(int64=6) %!d(string=hai) anos
pai
achega
a7c347fe56
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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