mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 16:28:24 +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;
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user