* -tls-dialect is not a as option, removed it, resolves #34901

git-svn-id: trunk@40920 -
This commit is contained in:
florian 2019-01-19 19:37:48 +00:00
parent 08a86b6b9f
commit 6c82b2d1da

View File

@ -102,8 +102,6 @@ unit agarmgas;
function TArmGNUAssembler.MakeCmdLine: TCmdStr;
begin
result:=inherited MakeCmdLine;
if tf_section_threadvars in target_info.flags then
result:='-mtls-dialect=gnu '+result;
if (current_settings.fputype = fpu_soft) then
result:='-mfpu=softvfp '+result;
if (current_settings.fputype = fpu_vfpv2) then