소스 검색

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