mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 14:08:09 +02:00
* -tls-dialect is not a as option, removed it, resolves #34901
git-svn-id: trunk@40920 -
This commit is contained in:
parent
08a86b6b9f
commit
6c82b2d1da
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user