ソースを参照

* 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