浏览代码

Also issue -mfpu option when calling GNU assembler for fpu_fpa family

git-svn-id: trunk@45788 -
pierre 5 年之前
父节点
当前提交
53eca29309
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      compiler/arm/agarmgas.pas

+ 6 - 0
compiler/arm/agarmgas.pas

@@ -108,6 +108,12 @@ unit agarmgas;
         case current_settings.fputype of
           fpu_soft:
             result:='-mfpu=softvfp '+result;
+          fpu_fpa:
+            result:='-mfpu=fpa '+result;
+          fpu_fpa10:
+            result:='-mfpu=fpa10 '+result;
+          fpu_fpa11:
+            result:='-mfpu=fpa11 '+result;
           fpu_vfpv2:
             result:='-mfpu=vfpv2 '+result;
           fpu_vfpv3: