mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 18:59:11 +02:00
* forgot inherited call in previous commit for non-darwin
git-svn-id: trunk@11855 -
This commit is contained in:
parent
5f39783ec6
commit
479d5c7aa3
@ -76,6 +76,7 @@ unit agarmgas;
|
|||||||
|
|
||||||
function TArmGNUAssembler.MakeCmdLine: TCmdStr;
|
function TArmGNUAssembler.MakeCmdLine: TCmdStr;
|
||||||
begin
|
begin
|
||||||
|
result:=inherited MakeCmdLine;
|
||||||
if (current_settings.fputype = fpu_soft) then
|
if (current_settings.fputype = fpu_soft) then
|
||||||
result:='-mfpu=softvfp '+result;
|
result:='-mfpu=softvfp '+result;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user