소스 검색

* 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