mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 11:09:36 +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;
|
function TArmGNUAssembler.MakeCmdLine: TCmdStr;
|
||||||
begin
|
begin
|
||||||
result:=inherited MakeCmdLine;
|
result:=inherited MakeCmdLine;
|
||||||
if tf_section_threadvars in target_info.flags then
|
|
||||||
result:='-mtls-dialect=gnu '+result;
|
|
||||||
if (current_settings.fputype = fpu_soft) then
|
if (current_settings.fputype = fpu_soft) then
|
||||||
result:='-mfpu=softvfp '+result;
|
result:='-mfpu=softvfp '+result;
|
||||||
if (current_settings.fputype = fpu_vfpv2) then
|
if (current_settings.fputype = fpu_vfpv2) then
|
||||||
|
Loading…
Reference in New Issue
Block a user