mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 04:29:17 +02:00
* pass used tls model to the assembler
git-svn-id: trunk@40677 -
This commit is contained in:
parent
7f5c2fa3aa
commit
a7c347fe56
@ -101,7 +101,7 @@ unit agarmgas;
|
|||||||
|
|
||||||
function TArmGNUAssembler.MakeCmdLine: TCmdStr;
|
function TArmGNUAssembler.MakeCmdLine: TCmdStr;
|
||||||
begin
|
begin
|
||||||
result:=inherited MakeCmdLine;
|
result:='-mtls-dialect=gnu '+inherited MakeCmdLine;
|
||||||
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