Browse Source

* forgot inherited call in previous commit for non-darwin

git-svn-id: trunk@11855 -
Jonas Maebe 17 years ago
parent
commit
479d5c7aa3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      compiler/arm/agarmgas.pas

+ 1 - 0
compiler/arm/agarmgas.pas

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