|
@@ -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;
|