* pass used tls model to the assembler

git-svn-id: trunk@40677 -
This commit is contained in:
florian 2018-12-27 20:54:14 +00:00
parent 7f5c2fa3aa
commit a7c347fe56

View File

@ -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