From a7c347fe567eead26455fa6be3c579a227673362 Mon Sep 17 00:00:00 2001 From: florian Date: Thu, 27 Dec 2018 20:54:14 +0000 Subject: [PATCH] * pass used tls model to the assembler git-svn-id: trunk@40677 - --- compiler/arm/agarmgas.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/arm/agarmgas.pas b/compiler/arm/agarmgas.pas index 3e77ff4d5a..3817dae6bb 100644 --- a/compiler/arm/agarmgas.pas +++ b/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