瀏覽代碼

* forgot inherited call in previous commit for non-darwin

git-svn-id: trunk@11855 -
Jonas Maebe 17 年之前
父節點
當前提交
479d5c7aa3
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      compiler/arm/agarmgas.pas

+ 1 - 0
compiler/arm/agarmgas.pas

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