* forgot inherited call in previous commit for non-darwin

git-svn-id: trunk@11855 -
This commit is contained in:
Jonas Maebe 2008-10-02 21:53:45 +00:00
parent 5f39783ec6
commit 479d5c7aa3

View File

@ -76,6 +76,7 @@ unit agarmgas;
function TArmGNUAssembler.MakeCmdLine: TCmdStr;
begin
result:=inherited MakeCmdLine;
if (current_settings.fputype = fpu_soft) then
result:='-mfpu=softvfp '+result;
end;